Feb. 10, 2012
1:57 p.m.
On Fri, Feb 10, 2012 at 1:23 PM, Stefan Behnel <stefan_ml@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