Commit d5ba4aea authored by Neal Norwitz's avatar Neal Norwitz

SF #515018, delete global variable that was apparently used only

in a list comprehension.
parent f963b45d
......@@ -103,6 +103,7 @@ SETITEMS = 'u'
BINFLOAT = 'G'
__all__.extend([x for x in dir() if re.match("[A-Z][A-Z0-9_]+$",x)])
del x
class Pickler:
......
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