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 ned.deily
Recipients ned.deily
Date 2011-08-18.00:28:02
SpamBayes Score 0.00020305176
Marked as misclassified No
Message-id <1313627283.51.0.155264687442.issue12774@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-08-18 00:28:03ned.deilysetrecipients: + ned.deily
2011-08-18 00:28:03ned.deilysetmessageid: <1313627283.51.0.155264687442.issue12774@psf.upfronthosting.co.za>
2011-08-18 00:28:02ned.deilylinkissue12774 messages
2011-08-18 00:28:02ned.deilycreate