]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
authorVictor Stinner <vstinner@python.org>
Tue, 7 Jan 2020 14:00:02 +0000 (15:00 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 14:00:02 +0000 (15:00 +0100)
commit5b23f7618d434f3000bde482233c8642a6eb2c67
tree508eda874d33efba8977a29e1ac4447b4d3a8cb1
parent10ac0cded26d91c3468e5e5a87cecad7fc0bcebd
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)

The select.epoll.unregister() method no longer ignores the EBADF
error.
Doc/library/select.rst
Doc/whatsnew/3.9.rst
Lib/test/test_epoll.py
Misc/NEWS.d/next/Library/2020-01-07-01-02-44.bpo-39239.r7vecs.rst [new file with mode: 0644]
Modules/selectmodule.c