[issue8299] Improve GIL in 2.7

David Beazley report at bugs.python.org
Wed Apr 14 01:41:47 CEST 2010


David Beazley <dave at dabeaz.com> added the comment:

What bothers me most about this discussion is that the Windows implementation (legacy GIL) is being held up as an example of what we should be doing on posix.  Yet, if I go run the same thread tests that I presented in my GIL talks on a multicore Windows machine, the performance is every bit as bad, if not worse, than what I reported in my talk.    Therefore, why would we want that?   I just don't get it.

----------

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


More information about the Python-bugs-list mailing list