On Thu, Mar 5, 2009 at 8:07 AM, Wichert Akkerman <[email protected]> wrote: > I know CPython has the GIL, but I am not sure if all python > implementations hvae it. If I remember correctly stackless python did > not suffer from that particular wart.
Stackless has the GIL, IronPython does not, Jython does not <http://fisheye3.atlassian.com/browse/jython/trunk/jython/src/org/python/compiler/Future.java?r1=4203&r2=4202>. -- Lawrence Oluyede [eng] http://oluyede.org - http://twitter.com/lawrenceoluyede [ita] http://neropercaso.it - http://twitter.com/rhymes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
