Jython, GILs and object locking.

Aahz aahz at pythoncraft.com
Thu Oct 16 21:56:50 EDT 2003


In article <NmBjb.253$en5.245 at reader1.news.jippii.net>,
Harri Pesonen  <fuerte at sci.fi> wrote:
>
>Why? Each thread has its own variables, they are not shared, there is no 
>need for synchronizing.

Either you don't understand how Python currently works or you're talking
about implementing a completely different language that happens to share
syntax and some semantics with Python.  Which is it?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan




More information about the Python-list mailing list