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 BreamoreBoy, martin.panter, niemeyer
Date 2017-01-12.10:48:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484218125.46.0.00277213760782.issue17824@psf.upfronthosting.co.za>
In-reply-to
Content
The patch for Issue 26228 proposes an improvement to the situation, although it is not perfect and does not include a test. I wonder if it is possible to replace fork() and execlp() with a subprocess.Popen invokation, at least in a new Python release?
History
Date User Action Args
2017-01-12 10:48:45martin.pantersetrecipients: + martin.panter, niemeyer, BreamoreBoy
2017-01-12 10:48:45martin.pantersetmessageid: <1484218125.46.0.00277213760782.issue17824@psf.upfronthosting.co.za>
2017-01-12 10:48:45martin.panterlinkissue17824 messages
2017-01-12 10:48:45martin.pantercreate