This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients sbt, skrah
Date 2012-02-26.23:28:11
SpamBayes Score 1.1503556e-05
Marked as misclassified No
Message-id <1330298892.61.0.884922275941.issue14125@psf.upfronthosting.co.za>
In-reply-to
Content
The failures for test_multiprocessing and test_concurrent_futures seem to be caused by a leak in _multiprocessing.win32.WaitForMultipleObjects().

The attached patch fixes those leaks for me (on a 32 bit build).
History
Date User Action Args
2012-02-26 23:28:12sbtsetrecipients: + sbt, skrah
2012-02-26 23:28:12sbtsetmessageid: <1330298892.61.0.884922275941.issue14125@psf.upfronthosting.co.za>
2012-02-26 23:28:12sbtlinkissue14125 messages
2012-02-26 23:28:11sbtcreate