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 christian.heimes, vstinner
Date 2020-01-07.14:00:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578405606.12.0.867857185845.issue39239@roundup.psfhosted.org>
In-reply-to
Content
New changeset 5b23f7618d434f3000bde482233c8642a6eb2c67 by Victor Stinner in branch 'master':
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
https://github.com/python/cpython/commit/5b23f7618d434f3000bde482233c8642a6eb2c67
History
Date User Action Args
2020-01-07 14:00:06vstinnersetrecipients: + vstinner, christian.heimes
2020-01-07 14:00:06vstinnersetmessageid: <1578405606.12.0.867857185845.issue39239@roundup.psfhosted.org>
2020-01-07 14:00:06vstinnerlinkissue39239 messages
2020-01-07 14:00:05vstinnercreate