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-07-28.15:02:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501254125.76.0.503297385938.issue31069@psf.upfronthosting.co.za>
In-reply-to
Content
It's just a warning, but later I would like to make a buildbot fail on such warnings, so I would like to first fix all these warnings.

http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.x/builds/59/steps/test/logs/stdio

0:46:17 [119/406] test_multiprocessing_spawn passed (2667 sec) -- running: test_asyncio (290 sec), test_userstring (54 sec), test_regrtest (471 sec)
beginning 6 repetitions
123456
...Warning -- Dangling processes: {<Process(Process-1235, stopped daemon)>}
...
History
Date User Action Args
2017-07-28 15:02:05vstinnersetrecipients: + vstinner
2017-07-28 15:02:05vstinnersetmessageid: <1501254125.76.0.503297385938.issue31069@psf.upfronthosting.co.za>
2017-07-28 15:02:05vstinnerlinkissue31069 messages
2017-07-28 15:02:05vstinnercreate