
June 21, 2015
1:21 p.m.
On Sun, 21 Jun 2015 13:52:36 +0200 Antoine Pitrou <solipsis@pitrou.net> wrote:
P.S. Another thing to note is that with sub-interpreters, you can forget about using ctypes or anything else that uses the simplified GIL API (e.g. certain Cython generated extensions).
Indeed, the PyGILState API is still not subinterpreter-compatible. There's a proposal on the tracker, IIRC, but the interested parties never made any progress on it.
For reference: https://bugs.python.org/issue10915 https://bugs.python.org/issue15751 Regards Antoine.