-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestype-featureA feature request or enhancementA feature request or enhancement
Description
As requested here, it would help cython to have the _PyExc_PrepReraiseStar
function exposed in the C API. Since this is an implementation detail (of the except*
construct), it can only be exposed in the unstable API.
As per the dev 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
Eclips4 and sunmy2019
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixestype-featureA feature request or enhancementA feature request or enhancement