[issue37186] Everyone uses GIL wrong! = DEADLOCK

2019-06-07 Thread Eric Snow
Eric Snow added the comment: The situation with subinterpreters and the gilstate API is a known problem (see issues #10915 and #15751). We plan on fixing that in the near future for 3.9 (and probably for 3.8). Feel free to chime in on those earlier issues. Note that the subinterpreter

[issue37186] Everyone uses GIL wrong! = DEADLOCK

2019-06-06 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +eric.snow, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37186] Everyone uses GIL wrong! = DEADLOCK

2019-06-06 Thread Roffild
New submission from Roffild : Everyone uses GIL wrong! = DEADLOCK I used sub-interpreters in embedded Python: https://github.com/Roffild/RoffildLibrary/blob/35ef39fafc164d260396b39b28ff897d44cf0adb/Libraries/Roffild/PythonDLL/private.h#L44