[issue8411] New GIL: improve condition variable emulation on NT

2010-08-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: Closing as fixed, since nothing strange seems to have appeared so far. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker __

[issue8411] New GIL: improve condition variable emulation on NT

2010-08-10 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Great. I hope you agree that it is simpler. I'm afraid my explanations can be somewhat long-winded so I hope you found a better way to document my "pseudo race condition". -- status: pending -> open ___ P

[issue8411] New GIL: improve condition variable emulation on NT

2010-08-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- nosy: -ocean-city status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue8411] New GIL: improve condition variable emulation on NT

2010-08-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- status: pending -> open Removed message: http://bugs.python.org/msg113544 ___ Python tracker ___ ___

[issue8411] New GIL: improve condition variable emulation on NT

2010-08-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue8411] New GIL: improve condition variable emulation on NT

2010-08-10 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: This commit also fixed test_thread.py crash on win2000. Thanks! -- nosy: +ocean-city status: pending -> open ___ Python tracker ___ _

[issue8411] New GIL: improve condition variable emulation on NT

2010-08-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks Kristján, I've committed the patch with modified comments in r83932. Unfortunately, the Windows buildbots are in a wreck, so this won't be checked immediately (I only have a single-core XP VM under which the patch ran fine). -- assignee: -> pit