Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f8802d80
Commit
f8802d80
authored
Nov 25, 2017
by
Ashley Camba
Committed by
Mariatta
Nov 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414)
parent
f04ebe2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/asyncio-dev.rst
Doc/library/asyncio-dev.rst
+2
-2
No files found.
Doc/library/asyncio-dev.rst
View file @
f8802d80
...
...
@@ -216,9 +216,9 @@ The fix is to call the :func:`ensure_future` function or the
Detect exceptions never consumed
--------------------------------
Python usually calls :func:`sys.
display
hook` on unhandled exceptions. If
Python usually calls :func:`sys.
except
hook` on unhandled exceptions. If
:meth:`Future.set_exception` is called, but the exception is never consumed,
:func:`sys.
display
hook` is not called. Instead, :ref:`a log is emitted
:func:`sys.
except
hook` is not called. Instead, :ref:`a log is emitted
<asyncio-logger>` when the future is deleted by the garbage collector, with the
traceback where the exception was raised.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment