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
Reactions are currently unavailable
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