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 benjamin.peterson, neologix, pitrou, python-dev, ryan003, underrun, victorpoluceno, vstinner
Date 2013-10-31.22:00:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383256817.56.0.607481196937.issue5715@psf.upfronthosting.co.za>
In-reply-to
Content
> this would still be nice to have fixed ... any progress?

Python 3.4 behaves a little bit better: all files and sockets are non-inheritable by default. It does not fix the issue if you fork without exec.

To fix this issue, we need a patch. Nobody proposed something to fix the issue.
History
Date User Action Args
2013-10-31 22:00:17vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, ryan003, victorpoluceno, neologix, python-dev, underrun
2013-10-31 22:00:17vstinnersetmessageid: <1383256817.56.0.607481196937.issue5715@psf.upfronthosting.co.za>
2013-10-31 22:00:17vstinnerlinkissue5715 messages
2013-10-31 22:00:17vstinnercreate