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 jd
Recipients BreamoreBoy, ajaksu2, jd, jpe, vstinner
Date 2019-12-10.13:42:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575985359.04.0.237308157491.issue1021318@roundup.psfhosted.org>
In-reply-to
Content
It'd be great if you could reopen it. I'm interested in fixing it properly.

It's impossible to "solve" in Python 2 since the head mutex is not accessible (it's static in pystate.c) but this is doable with Python 3 (yay).

We'd simply need to provide a new API to lock/unlock the interpreter's mutex.

How hard to you need the script to reproduce? I can try to spend some time to extract some of my code to have one if that's really needed (I'm using Cython to generate some of the C code).
History
Date User Action Args
2019-12-10 13:42:39jdsetrecipients: + jd, jpe, vstinner, ajaksu2, BreamoreBoy
2019-12-10 13:42:39jdsetmessageid: <1575985359.04.0.237308157491.issue1021318@roundup.psfhosted.org>
2019-12-10 13:42:38jdlinkissue1021318 messages
2019-12-10 13:42:38jdcreate