[issue14125] Windows: failures in refleak mode

sbt report at bugs.python.org
Mon Feb 27 00:28:12 CET 2012


sbt <shibturn at gmail.com> added the comment:

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).

----------
keywords: +patch
nosy: +sbt
Added file: http://bugs.python.org/file24655/mp_wfmo_leak.patch

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


More information about the Python-bugs-list mailing list