You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.7.10 (default, May 5 2021, 13:11:39)
[Clang 12.0.0 (clang-1200.0.32.29)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from aiohttp import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'aiohttp' has no attribute 'Signal'
To Reproduce
Python 3.7.10 (default, May 5 2021, 13:11:39)
[Clang 12.0.0 (clang-1200.0.32.29)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from aiohttp import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'aiohttp' has no attribute 'Signal'
Expected behavior
No error.
Logs/tracebacks
Python 3.7.10 (default, May 5 2021, 13:11:39)
[Clang 12.0.0 (clang-1200.0.32.29)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from aiohttp import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>AttributeError: module 'aiohttp' has no attribute 'Signal'
Describe the bug
To Reproduce
Expected behavior
No error.
Logs/tracebacks
Python Version
aiohttp Version
multidict Version
yarl Version
OS
macOSX
Related component
Client
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: