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 SAPikachu, gjb1002, iritkatriel, sbt, vstinner
Date 2020-11-06.17:33:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604684039.84.0.470977752831.issue12739@roundup.psfhosted.org>
In-reply-to
Content
> Oh by the way, this issue was fixed on UNIX in Python 3.2: all file descriptors are now closed by default (close_fds=True by default on UNIX).

Issue fixed in Python 3.4 (sorry, 3.4, not 3.2): https://www.python.org/dev/peps/pep-0446/
History
Date User Action Args
2020-11-06 17:33:59vstinnersetrecipients: + vstinner, gjb1002, sbt, SAPikachu, iritkatriel
2020-11-06 17:33:59vstinnersetmessageid: <1604684039.84.0.470977752831.issue12739@roundup.psfhosted.org>
2020-11-06 17:33:59vstinnerlinkissue12739 messages
2020-11-06 17:33:58vstinnercreate