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