[New-bugs-announce] [issue25568] typing backport: AttributeError: 'module' object has no attribute 'GeneratorType'

nicolas33 report at bugs.python.org
Fri Nov 6 09:56:13 EST 2015


New submission from nicolas33:

$ pip3 install typing
$ python3
>>> import typing
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/nicolas/.local/lib64/python3.4/site-packages/typing.py", line 1449, in <module>
    _G_base = types.GeneratorType
AttributeError: 'module' object has no attribute 'GeneratorType'
>>>

----------
messages: 254198
nosy: nicolas33
priority: normal
severity: normal
status: open
title: typing backport: AttributeError: 'module' object has no attribute 'GeneratorType'
type: crash
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25568>
_______________________________________


More information about the New-bugs-announce mailing list