[Python-3000] Kill GIL? - to PEP 3099?

Fredrik Lundh fredrik at pythonware.com
Wed Sep 20 15:38:59 CEST 2006


Ivan Krstić wrote:

> The `this` and `the matter` referred not to removing the GIL, but
> providing some form of sane multiprocessing support that doesn't require
> everyone interested in MP to reinvent the wheel.

no need to wait for Guido for this: adding library support for shared-
memory dictionaries/lists is a no-brainer.  if you have experience in 
this field, start hacking.  I'll take care of the rest ;-)

</F>



More information about the Python-3000 mailing list