[issue12774] Warning -- multiprocessing.process._dangling was modified by test_multiprocessing

Ned Deily report at bugs.python.org
Thu Aug 18 02:28:03 CEST 2011


Ned Deily <nad at acm.org> added the comment:

This warning is a regression in 3.2.2 from previous 3.2 releases due to the dangling Thread and Process checks added to 3.2 by 64e35f3bcda5 for Issue12573; the same checks introduce a new warning in 3.2.2 for test_threaded_import which has already been fixed in default but not backported to 3.2.

----------

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


More information about the Python-bugs-list mailing list