Skip to content

Commit

Permalink
fixup! pythongh-124872: Change PyContext_WatchCallback return type to…
Browse files Browse the repository at this point in the history
… void
  • Loading branch information
rhansen committed Nov 23, 2024
1 parent 300f2fc commit f177ad3
Showing 1 changed file with 3 additions and 0 deletions.
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.

0 comments on commit f177ad3

Please sign in to comment.