Message358189
| 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:39 | jd | set | recipients: + jd, jpe, vstinner, ajaksu2, BreamoreBoy |
| 2019-12-10 13:42:39 | jd | set | messageid: <1575985359.04.0.237308157491.issue1021318@roundup.psfhosted.org> |
| 2019-12-10 13:42:38 | jd | link | issue1021318 messages |
| 2019-12-10 13:42:38 | jd | create | |