Previously Ben Bangert wrote: > On Mar 4, 2009, at 7:50 PM, Noah Gift wrote: > > >Although, if I read this correctly, you are counting on the fact the > >current implementation of the GIL will always remain exactly this way > >for the operations getitem and setitem. That seems to be a fairly > >safe bet though, right? > > If it stops working in this way, there'll be significantly larger > problems in Python code than just Pylons. :)
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. Wichert. -- Wichert Akkerman <[email protected]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
