Commit d22d18fc authored by Jeremy Hylton's avatar Jeremy Hylton

Don't export generators future info

parent 4dc1a729
......@@ -83,4 +83,4 @@ EllipsisType = type(Ellipsis)
DictProxyType = type(TypeType.__dict__)
del sys, _f, _C, _x # Not for export
del sys, _f, _C, _x, generators # Not for export
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