8000 bpo-18748: _pyio.IOBase emits unraisable exception by vstinner · Pull Request #13512 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-18748: _pyio.IOBase emits unraisable exception #13512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix reST syntax
:opt: becomes :option:
  • Loading branch information
vstinner committed May 23, 2019
commit 7ecedfb50da91a47c7175f2d3dedb5b34ff8d2ee
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ for :func:`property`, :func:`classmethod`, and :func:`staticmethod`::
io
--

In development mode (:opt:`-X` ``env``) and in debug build, the
In development mode (:option:`-X` ``env``) and in debug build, the
:class:`io.IOBase` finalizer now logs the exception if the ``close()`` method
fails. The exception is ignored silently by default in release build.
(Contributed by Victor Stinner in :issue:`18748`.)
Expand Down
0