Revise exception handling doc on error handler functions - #2021
Open
chrisinmtown wants to merge 1 commit into
Open
Revise exception handling doc on error handler functions#2021chrisinmtown wants to merge 1 commit into
chrisinmtown wants to merge 1 commit into
Conversation
chrisinmtown
force-pushed
the
2019-async-exc-handler
branch
from
December 18, 2024 10:25
85de9ab to
45406de
Compare
chrisinmtown
force-pushed
the
2019-async-exc-handler
branch
from
December 23, 2024 21:34
45406de to
c74d411
Compare
chrisinmtown
force-pushed
the
2019-async-exc-handler
branch
2 times, most recently
from
December 27, 2024 16:09
4f80dd1 to
89b902b
Compare
Contributor
Author
|
I scaled back the proposed change based on what I learned from #2026 please try to find time to review. |
chrisinmtown
force-pushed
the
2019-async-exc-handler
branch
2 times, most recently
from
April 20, 2025 15:06
dea88bb to
6248d48
Compare
chrisinmtown
force-pushed
the
2019-async-exc-handler
branch
from
May 4, 2025 20:04
6248d48 to
b32847d
Compare
chrisinmtown
force-pushed
the
2019-async-exc-handler
branch
from
May 28, 2025 20:51
b32847d to
1cfdf24
Compare
chrisinmtown
force-pushed
the
2019-async-exc-handler
branch
from
June 9, 2025 13:43
1cfdf24 to
67f4ab4
Compare
Contributor
Author
|
This small documentation change has been open for quite a few months now. I sure would appreciate a comment, thanks in advance. |
chrisinmtown
force-pushed
the
2019-async-exc-handler
branch
2 times, most recently
from
October 13, 2025 11:33
5206984 to
6174b2b
Compare
Document that a sync error-handler function is run in a threadpool. Extend the add_error_handler function's Pydoc. Fixes spec-first#2019
chrisinmtown
force-pushed
the
2019-async-exc-handler
branch
from
December 26, 2025 20:16
6174b2b to
bd3e97d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document that a sync error-handler function is run in a threadpool.
Extend the
add_error_handlerfunction's PydocFixes #2019