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 pablogsal, vstinner
Date 2019-11-19.07:50:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574149836.42.0.898104420599.issue38842@roundup.psfhosted.org>
In-reply-to
Content
The build was marked as failed because of this warning:

https://buildbot.python.org/all/#/builders/368/builds/98

...
test_rlock (test.test_multiprocessing_spawn.WithProcessesTestLock) ... ok
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: {<SpawnProcess name='QueueManager-212' pid=13560 parent=12641 stopped exitcode=-SIGTERM>}

This warning is tracked as bpo-38447.
History
Date User Action Args
2019-11-19 07:50:36vstinnersetrecipients: + vstinner, pablogsal
2019-11-19 07:50:36vstinnersetmessageid: <1574149836.42.0.898104420599.issue38842@roundup.psfhosted.org>
2019-11-19 07:50:36vstinnerlinkissue38842 messages
2019-11-19 07:50:36vstinnercreate