[issue8299] Improve GIL in 2.7

Torsten Landschoff report at bugs.python.org
Sat Apr 3 22:01:45 CEST 2010


Torsten Landschoff <t.landschoff at gmx.net> added the comment:

Silly question, I know, but why isn't the GIL just implemented as a lock of the host operating system? After all, we want mutual exclusion, I don't see why condition variables are required for this.

I have to admin that I did not look at the source, so the reason might be documented there.

----------
nosy: +torsten

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8299>
_______________________________________


More information about the Python-bugs-list mailing list