In article <urr9m.6558$ze1.5...@news-server.bigpond.net.au>,
 Neil Hodgson <nyamatongwe+thun...@gmail.com> wrote:

> milanj:
> 
> > and all of them use native threads (python still use green threads ?)
> 
>    Python uses native threads.

But then it adds the global interpreter lock, which completely 
undermines the utility of native threads.  So yes, it uses native 
threads, but it does not actually realize the benefits of that use.

rg
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to