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 asvetlov, benjamin.peterson, njs, vstinner, yselivanov
Date 2019-11-05.11:11:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572952267.73.0.65917771745.issue38692@roundup.psfhosted.org>
In-reply-to
Content
+        self._loop._remove_reader(pidfd)
+        os.close(pidfd)

Note: Maybe do these operations in the reverse order. I expect a higher risk of exception when calling Python self._loop._remove_reader(), than on closing a FD that we opened.
History
Date User Action Args
2019-11-05 11:11:07vstinnersetrecipients: + vstinner, benjamin.peterson, njs, asvetlov, yselivanov
2019-11-05 11:11:07vstinnersetmessageid: <1572952267.73.0.65917771745.issue38692@roundup.psfhosted.org>
2019-11-05 11:11:07vstinnerlinkissue38692 messages
2019-11-05 11:11:07vstinnercreate