This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients methane, ned.deily, serhiy.storchaka, vstinner, yselivanov
Date 2016-10-18.19:26:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476818785.94.0.307514380555.issue28471@psf.upfronthosting.co.za>
In-reply-to
Content
Fatal Python error: Python memory allocator called without holding the GIL

Current thread 0x00007fffb043b3c0 (most recent call first):
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 790 in _create_connection_transport
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 777 in create_connection
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/asyncio/streams.py", line 75 in open_connection
  File "/Users/nad/Desktop/test_28471.py", line 13 in client
  File "/Users/nad/Desktop/test_28471.py", line 16 in runner
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/asyncio/tasks.py", line 239 in _step
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/asyncio/events.py", line 126 in _run
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 1390 in _run_once
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 405 in run_forever
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 437 in run_until_complete
  File "/Users/nad/Desktop/test_28471.py", line 18 in <module>
Abort trap: 6
History
Date User Action Args
2016-10-18 19:26:25ned.deilysetrecipients: + ned.deily, vstinner, methane, serhiy.storchaka, yselivanov
2016-10-18 19:26:25ned.deilysetmessageid: <1476818785.94.0.307514380555.issue28471@psf.upfronthosting.co.za>
2016-10-18 19:26:25ned.deilylinkissue28471 messages
2016-10-18 19:26:25ned.deilycreate