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

2010-08-13 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Closing as fixed, since nothing strange seems to have appeared so far. -- resolution: accepted - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8411

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

2010-08-10 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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). --

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

2010-08-10 Thread Hirokazu Yamamoto
Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment: This commit also fixed test_thread.py crash on win2000. Thanks! -- nosy: +ocean-city status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8411

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

2010-08-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp: -- status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8411 ___ ___

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

2010-08-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp: -- status: pending - open Removed message: http://bugs.python.org/msg113544 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8411 ___

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

2010-08-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp: -- nosy: -ocean-city status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8411 ___

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

2010-08-10 Thread Kristján Valur Jónsson
Kristján Valur Jónsson krist...@ccpgames.com 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