mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Don't export generators future info
This commit is contained in:
parent
c631489289
commit
4f38c1e664
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue