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 matrixise
Recipients matrixise, pablogsal, vstinner, xtreak
Date 2018-08-03.13:02:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533301336.57.0.56676864532.issue34326@psf.upfronthosting.co.za>
In-reply-to
Content
Pablo, the main issue comes after this commit, you can strace the call 
for example 

./python -m unittest test.test_subprocess.POSIXProcessTestCase.test_pass_fds

on this test function and you will see than there is a opened file descriptor.

I tried to rewrite the patch of victor and see what was the difference, and there is no issue with pymain_run_stdin but I have the issue with pymain_run_file.

after that, I don't know how to find the leaked file.

Any idea?
History
Date User Action Args
2018-08-03 13:02:16matrixisesetrecipients: + matrixise, vstinner, pablogsal, xtreak
2018-08-03 13:02:16matrixisesetmessageid: <1533301336.57.0.56676864532.issue34326@psf.upfronthosting.co.za>
2018-08-03 13:02:16matrixiselinkissue34326 messages
2018-08-03 13:02:16matrixisecreate