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

Skip to content
Merged
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
Update Doc/c-api/exceptions.rst
  • Loading branch information
ZeroIntensity authored Feb 20, 2026
commit f1c162e6c847b53ff2c2f4e6340354f8dedbd09a
2 changes: 1 addition & 1 deletion Doc/c-api/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ Signal Handling

- Running the garbage collector, if necessary.

- Execuing a pending :ref:`remote debugger <remote-debugging>` script.
- Executing a pending :ref:`remote debugger <remote-debugging>` script.

If any handler raises an exception, immediately return ``-1`` with that
exception set.
Expand Down
Loading