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 martin.panter
Recipients ita1024, martin.panter, python-dev, vstinner
Date 2017-01-07.20:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483822738.15.0.655156045001.issue29174@psf.upfronthosting.co.za>
In-reply-to
Content
The code in test.py is not realistic. It spawns children only to terminate them straight away, and you could easily reap each child after calling terminate(). You might have more influence with a realistic use case.

Victor has committed a fix for the “exception ignored” problem, so assuming it works, in the next release of Python it should be gone. You should still see a ResourceWarning if warnings are enabled, but I don’t think -Wignore would be necessary to suppress them; such warnings are disabled by default.
History
Date User Action Args
2017-01-07 20:58:58martin.pantersetrecipients: + martin.panter, vstinner, python-dev, ita1024
2017-01-07 20:58:58martin.pantersetmessageid: <1483822738.15.0.655156045001.issue29174@psf.upfronthosting.co.za>
2017-01-07 20:58:58martin.panterlinkissue29174 messages
2017-01-07 20:58:58martin.pantercreate