[svn r51029] make sure the artificial GeneratorExit claims to come from the exceptions
module --HG-- branch : trunk
This commit is contained in:
@@ -11,3 +11,4 @@ except NameError:
|
||||
write code compatible with CPython 2.5 even in lower CPython
|
||||
versions."""
|
||||
pass
|
||||
GeneratorExit.__module__ = 'exceptions'
|
||||
|
||||
Reference in New Issue
Block a user