Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
As requestedhere, it would help cython to have the_PyExc_PrepReraiseStar
function exposed in the C API. Since this is an implementation detail (of theexcept*
construct), it can only be exposed in the unstable API.
As per thedev guide, we can still do this in 3.12.
Linked PRs
- gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API #105072
- [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API (GH-105072) #105095
- gh-105071: add missing versionadded directive #105097
- [3.12] gh-105071: add missing versionadded directive (GH-105097) #105105