Commit a78380cf authored by Guido van Rossum's avatar Guido van Rossum

Remove "optimization" that introduced a variable named None.

parent 66fcf094
......@@ -19,7 +19,7 @@ def referencesf(p, rootl=None,
Unpickler=cPickle.Unpickler,
StringIO=cStringIO.StringIO,
tt=type(()),
type=type, None=None):
type=type):
if rootl is None: rootl=[]
u=Unpickler(StringIO(p))
......
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