[Python-ideas] Python 3000 TIOBE -3%

Yuval Greenfield ubershmekel at gmail.com
Fri Feb 10 14:57:56 CET 2012


On Fri, Feb 10, 2012 at 1:23 PM, Stefan Behnel <stefan_ml at behnel.de> wrote:

> Yuval Greenfield, 10.02.2012 11:52:
> > GIL + Threads = Fibers
>
> No, that only applies (to a certain extent) to Python code being executed,
> not to the complete runtime which includes external libraries etc.
>

Pure python code running in python "threads" on CPython behaves like
fibers. I'd like to point out the word "external" in your statement.

Yuval
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120210/690901a2/attachment.html>


More information about the Python-ideas mailing list