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 serhiy.storchaka
Recipients eric.snow, gregory.p.smith, josh.r, lisroach, ncoghlan, ned.deily, pablogsal, pitrou, rhettinger, serhiy.storchaka, yselivanov
Date 2018-01-31.17:56:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517421387.81.0.467229070634.issue31356@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand why PyGILState_Ensure() and PyGILState_Release() are used at all. I think it is better to revert PR 4224 until we understood this code.

Currently the code contains a bug which leads to a crash in some circumstances. Since several third-party projects try to support warning-free code, this can prevent running tests with 3.7.
History
Date User Action Args
2018-01-31 17:56:27serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, gregory.p.smith, ncoghlan, pitrou, ned.deily, eric.snow, yselivanov, josh.r, lisroach, pablogsal
2018-01-31 17:56:27serhiy.storchakasetmessageid: <1517421387.81.0.467229070634.issue31356@psf.upfronthosting.co.za>
2018-01-31 17:56:27serhiy.storchakalinkissue31356 messages
2018-01-31 17:56:27serhiy.storchakacreate