Comment 11 for bug 1848457

Revision history for this message
Herve Beraud (herveberaud) wrote :

An interesting test that you can do with your POC is to try your POC against CPython without the GIL (aka gilectomy):

- https://github.com/larryhastings/gilectomy

You can compile this one and use it as your interpreter for your POC and observe if your issue still occur.