On Fri, 12 Aug 2011 09:32:23 -0500 VanL <van.lindb...@gmail.com> wrote: > On 8/11/2011 2:11 PM, Sturla Molden wrote: > > > > (b) another threading model (e.g. one interpreter per thread, as in Tcl, > > Erlang, or .NET app domains). > > We are close to this, in that we already have baked-in support for > subinterpreters. Out of curiosity, why isn't this being pursued?
Because it is half-baked, breaks with some features in some extension modules, and still requires the GIL for shared data structures. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com