[Python-ideas] solving multi-core Python

Antoine Pitrou solipsis at pitrou.net
Sun Jun 21 15:21:12 CEST 2015


On Sun, 21 Jun 2015 13:52:36 +0200
Antoine Pitrou <solipsis at 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.




More information about the Python-ideas mailing list