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 martin.panter, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2016-05-20.12:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463747077.46.0.412679700806.issue26741@psf.upfronthosting.co.za>
In-reply-to
Content
> At this point, the Python interpreter has a child process “chromium” which is left as a zombie when it exits.

The new ResourceWarning is the confirmation that there is an issue. Creating a zombi process is not a good idea :-)

I opened the issue #27069 to fix this bug.
History
Date User Action Args
2016-05-20 12:24:37vstinnersetrecipients: + vstinner, pitrou, python-dev, martin.panter, serhiy.storchaka
2016-05-20 12:24:37vstinnersetmessageid: <1463747077.46.0.412679700806.issue26741@psf.upfronthosting.co.za>
2016-05-20 12:24:37vstinnerlinkissue26741 messages
2016-05-20 12:24:37vstinnercreate