[issue6132] Implement the GIL with critical sections in Windows

Antoine Pitrou report at bugs.python.org
Fri Nov 13 16:56:15 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Phillip, the GIL implementation has changed completely in the current
py3k (3.2) branch. If you have any specific benchmark to test it, it
would be nice to give it a try.

In any case, using a critical section in thread_nt.h could still be
beneficial for things other than the GIL, assuming it doesn't change the
semantics.

----------
versions: +Python 3.2 -Python 3.1

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


More information about the Python-bugs-list mailing list