mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
The select.epoll.unregister() method no longer ignores the EBADF error.
This commit is contained in:
parent
10ac0cded2
commit
5b23f7618d
5 changed files with 13 additions and 6 deletions
|
|
@ -382,6 +382,10 @@ Changes in the Python API
|
|||
* The :mod:`venv` activation scripts no longer special-case when
|
||||
``__VENV_PROMPT__`` is set to ``""``.
|
||||
|
||||
* The :meth:`select.epoll.unregister` method no longer ignores the
|
||||
:data:`~errno.EBADF` error.
|
||||
(Contributed by Victor Stinner in :issue:`39239`.)
|
||||
|
||||
|
||||
CPython bytecode changes
|
||||
------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue