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 vstinner
Date 2020-12-14.23:07:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607987226.07.0.201474894759.issue42641@roundup.psfhosted.org>
In-reply-to
Content
os.popen() doesn't emit a ResourceWarning when close() is not called, leading to weird issues like bpo-15408.
History
Date User Action Args
2020-12-14 23:07:06vstinnersetrecipients: + vstinner
2020-12-14 23:07:06vstinnersetmessageid: <1607987226.07.0.201474894759.issue42641@roundup.psfhosted.org>
2020-12-14 23:07:06vstinnerlinkissue42641 messages
2020-12-14 23:07:06vstinnercreate