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 pitrou
Recipients jnoller, neologix, pitrou, sbt
Date 2016-03-09.20:37:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457555830.32.0.570545129367.issue26523@psf.upfronthosting.co.za>
In-reply-to
Content
There is a mistake in _test_multiprocessing.py which means that ThreadPool is untested, the regular Pool is tested instead by the ThreadsMixin.  Patch attached.
History
Date User Action Args
2016-03-09 20:37:10pitrousetrecipients: + pitrou, jnoller, neologix, sbt
2016-03-09 20:37:10pitrousetmessageid: <1457555830.32.0.570545129367.issue26523@psf.upfronthosting.co.za>
2016-03-09 20:37:10pitroulinkissue26523 messages
2016-03-09 20:37:10pitroucreate