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
Next Next commit
fixup! gh-124872: Change PyContext_WatchCallback return type to void
  • Loading branch information
rhansen committed Nov 23, 2024
commit f177ad375ccfed19210222dbc0756eaea56c8511
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Callbacks registered with :c:func:`PyContext_AddWatcher` (type
:c:type:`PyContext_WatchCallback`) now return ``void`` instead of ``int``, and
no longer need to back up and restore exception state.