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 123 wlpha
Recipients 123 wlpha
Date 2019-11-04.04:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572843337.75.0.981044600034.issue38680@roundup.psfhosted.org>
In-reply-to
Content
Usually in the python extension, only the python function needs to be written between Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW THREADS, but the c callback function needs PyGILState_Ensure and PyGILState_Release, but PyGILState_Releas cannot release gil correctly.
History
Date User Action Args
2019-11-04 04:55:37123 wlphasetrecipients: + 123 wlpha
2019-11-04 04:55:37123 wlphasetmessageid: <1572843337.75.0.981044600034.issue38680@roundup.psfhosted.org>
2019-11-04 04:55:37123 wlphalinkissue38680 messages
2019-11-04 04:55:37123 wlphacreate