summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/types.py b/Lib/types.py
index 1bb560cb09..c5737a4f2d 100644
--- a/Lib/types.py
+++ b/Lib/types.py
@@ -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