Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
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
fixup! gh-124872: Change PyContext_WatchCallback return type to void
  • Loading branch information
rhansen committed Nov 23, 2024
commit f6562b15cf9f074e8876a5afc6492eb8f41ddf6d
2 changes: 1 addition & 1 deletion Doc/c-api/contextvars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Context object management functions:
after the callback returns.

If the callback raises an exception it will be printed as an unraisable
exception using :c:func`PyErr_FormatUnraisable` and discarded.
exception using :c:func:`PyErr_FormatUnraisable` and discarded.

.. versionadded:: 3.14

Expand Down