-
- Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
3.12only security fixesonly security fixesrelease-blockertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
The callbacks for RAISE
, RERAISE
, EXCEPTION_HANDLED
, PY_UNWIND
and STOP_ITERATION
all take the exception as their third argument.
PY_THROW
is the odd one out, but it should be consistent with the others.
PY_THROW
is a rare event, so this got overlooked. We should fix it before the next release of 3.12.
Fortunately it is very easy to fix.
Linked PRs
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixesrelease-blockertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done