[issue6132] Implement the GIL with critical sections in Windows

Martin v. Löwis report at bugs.python.org
Thu May 28 23:44:21 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> Obviously we can't just slap on a critical section and call it done,
> unless nobody cares about changing what threading.Lock does.

This isn't obvious to me. I do care about what threading.Lock does,
but still fail to see why we can't just slap on a criticial section
and call it done.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list