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, ned.deily, neologix, pitrou, python-dev, vstinner
Date 2015-03-20.11:44:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426851857.68.0.425264702712.issue23285@psf.upfronthosting.co.za>
In-reply-to
Content
> For the record, it seems test_eintr sometimes left zombie processes in my machine where I run reference leak tests every night. I didn't investigate and just disabled the tests.
>
> (I'll add that that machine is hosted on an OpenVZ-based VPS, so perhaps there are issues with the old patched kernel and whatnot?)

On my Fedora 21 (on a physical PC, not virtualized), I ran "./python -m test -R 3:3: test_eintr" 3 times. After that, I didn't see any zombi Python process. If I cannot reproduce the issue, I cannot fix it. I bet that it's related to OpenVZ.

IMO this issue can be closed. It already has a long history. I prefer to open new issues. See the issue #23648 "PEP 475 meta issue" which lists all issues related to the PEP 475. I opened new issues for each module which didn't handle completly the PEP 475 yet.

By the way: great job Charles-François! I like your changeset, it works well.
History
Date User Action Args
2015-03-20 11:44:17vstinnersetrecipients: + vstinner, pitrou, ned.deily, neologix, python-dev, martin.panter
2015-03-20 11:44:17vstinnersetmessageid: <1426851857.68.0.425264702712.issue23285@psf.upfronthosting.co.za>
2015-03-20 11:44:17vstinnerlinkissue23285 messages
2015-03-20 11:44:17vstinnercreate