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 vstinner
Recipients vstinner
Date 2017-08-10.21:33:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502400811.62.0.0454142875163.issue31069@psf.upfronthosting.co.za>
In-reply-to
Content
With the commit 957d0e9b59bd27ca7c473560634d8b5dbe66338c (bpo-26762), _test_multiprocessing now fails with ENV_CHANGED if a warning is emitted. It allowed to catch a warning on x86-64 El Capitan 3.x:

http://buildbot.python.org/all/builders/x86-64%20El%20Capitan%203.x/builds/581/steps/test/logs/stdio

test_enable_logging (test.test_multiprocessing_spawn.WithProcessesTestLogging) ... ok
test_level (test.test_multiprocessing_spawn.WithProcessesTestLogging) ... ok
test_rapid_restart (test.test_multiprocessing_spawn.WithProcessesTestManagerRestart) ... ok
Warning -- Dangling processes: {<Process(Process-181, stopped daemon)>}
test_access (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections) ... ok
test_pickling (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections) ... ok
test_boundaries (test.test_multiprocessing_spawn.WithProcessesTestPoll) ... ok
History
Date User Action Args
2017-08-10 21:33:31vstinnersetrecipients: + vstinner
2017-08-10 21:33:31vstinnersetmessageid: <1502400811.62.0.0454142875163.issue31069@psf.upfronthosting.co.za>
2017-08-10 21:33:31vstinnerlinkissue31069 messages
2017-08-10 21:33:31vstinnercreate