[issue25568] typing backport: AttributeError: 'module' object has no attribute 'GeneratorType'

2015-11-06 Thread nicolas33
nicolas33 added the comment: My bad. This happens while running on Python3.3 (while pip3 installed module using python3.4). -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue25568] typing backport: AttributeError: 'module' object has no attribute 'GeneratorType'

2015-11-06 Thread nicolas33
New submission from nicolas33: $ pip3 install typing $ python3 >>> import typing Traceback (most recent call last): File "", line 1, in File "/home/nicolas/.local/lib64/python3.4/site-packages/typing.py", line 1449, in _G_base = types.GeneratorType Attrib