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.
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/larryhastin gs/gilectomy
You can compile this one and use it as your interpreter for your POC and observe if your issue still occur.