mirror of
https://github.com/python/cpython.git
synced 2025-09-20 07:31:10 +00:00
![]() The problem manifested when the .py module got reloaded and the corresponding extension module didn't. The .py module registers types with the extension and the extension was not allowing that to happen more than once. The solution: let it happen more than once. |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
test_api.py | ||
test_channels.py | ||
test_lifecycle.py | ||
test_queues.py | ||
test_stress.py | ||
utils.py |