bpo-35461: Document C API functions which suppress exceptions.#11119
Conversation
vstinner
left a comment
There was a problem hiding this comment.
"Note that errors raised in" is vague. Reader can understand "exceptions directly raised by the executed code", but these functions can get exceptions caused by a signal handler like KeyboardInterrupt.
Maybe add a new paragraph somewhere in the C API documentation to explain that, and add a link to paragraph?
Sorry, something went wrong.
|
The wording was slightly changed. |
Sorry, something went wrong.
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
Sorry, something went wrong.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
Sorry, something went wrong.
…nGH-11119) (cherry picked from commit 3fcc1e0) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Sorry, something went wrong.
…nGH-11119) (cherry picked from commit 3fcc1e0) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
) (cherry picked from commit 3fcc1e0) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
https://bugs.python.org/issue35461