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 tomMoral
Recipients tomMoral
Date 2018-03-12.15:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520867355.07.0.467229070634.issue33056@psf.upfronthosting.co.za>
In-reply-to
Content
The recent changes introduced by https://github.com/python/cpython/pull/3895 leaks some file descriptors (the Pipe open in _ThreadWakeup).
They should be properly closed at shutdown.
History
Date User Action Args
2018-03-12 15:09:15tomMoralsetrecipients: + tomMoral
2018-03-12 15:09:15tomMoralsetmessageid: <1520867355.07.0.467229070634.issue33056@psf.upfronthosting.co.za>
2018-03-12 15:09:14tomMorallinkissue33056 messages
2018-03-12 15:09:14tomMoralcreate