Commit 0a6a412f authored by Henry Chen's avatar Henry Chen Committed by Serhiy Storchaka

bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)

parent 848037c1
......@@ -62,7 +62,7 @@ except TypeError:
GetSetDescriptorType = type(FunctionType.__code__)
MemberDescriptorType = type(FunctionType.__globals__)
del sys, _f, _g, _C, _c, # Not for export
del sys, _f, _g, _C, _c, _ag # Not for export
# Provide a PEP 3115 compliant mechanism for class creation
......
Clean up reference to async generator in Lib/types. Patch by Henry Chen.
\ No newline at end of file
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