Commit 1996e230 authored by Tim Peters's avatar Tim Peters

Repaired comment.

parent d916cf4e
...@@ -70,8 +70,8 @@ At heart, that's all the PM has. Subtleties arise for these reasons: ...@@ -70,8 +70,8 @@ At heart, that's all the PM has. Subtleties arise for these reasons:
+ Backward compatibility and micro-optimization. As explained below, + Backward compatibility and micro-optimization. As explained below,
pickle opcodes never go away, not even when better ways to do a thing pickle opcodes never go away, not even when better ways to do a thing
get invented. The repertoire of the PM just keeps growing over time. get invented. The repertoire of the PM just keeps growing over time.
So, e.g., there are now six distinct opcodes for building a Python integer, So, e.g., there are now five distinct opcodes for building a Python integer,
five of them devoted to "short" integers. Even so, the only way to pickle four of them devoted to "short" integers. Even so, the only way to pickle
a Python long int takes time quadratic in the number of digits, for both a Python long int takes time quadratic in the number of digits, for both
pickling and unpickling. This isn't so much a subtlety as a source of pickling and unpickling. This isn't so much a subtlety as a source of
wearying complication. wearying complication.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment