-
-
Notifications
You must be signed in to change notification settings - Fork 773
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
Revise exception handling doc on error handler functions #2021
base: main
Are you sure you want to change the base?
Conversation
Please consider this first draft of my proposed doc improvement to guide people in the use of exception handlers. |
85de9ab
to
45406de
Compare
45406de
to
c74d411
Compare
c74d411
to
4f80dd1
Compare
Document that a sync function is run in a threadpool and has no access to the exception stack traceback, but an async function does. Extend the `add_error_handler` function's Pydoc similarly Fixes spec-first#2019
4f80dd1
to
89b902b
Compare
Ok I rebased this PR on the latest commit. Would someone please review this tiny documentation change? Just trying to save the next person a little time. |
Would someone please decipher this failed check output:
Is |
Document that a sync function is run in a threadpool and has no access
to the exception stack traceback, but an async function does.
Extend the
add_error_handler
function's Pydoc similarlyFixes #2019