SIGN IN SIGN UP

gh-106320: Move private _PyGen API to the internal C API (#107032)

Move private _PyGen API to internal C API:

* _PyAsyncGenAThrow_Type
* _PyAsyncGenWrappedValue_Type
* _PyCoroWrapper_Type
* _PyGen_FetchStopIterationValue()
* _PyGen_Finalize()
* _PyGen_SetStopIterationValue()

No longer these symbols, except of the ones by the _asyncio shared
extensions.
V
Victor Stinner committed
ae8b114c5b9d211f47bf521fcfdbf40ef72a1bac
Parent: eda9ce1
Committed by GitHub <noreply@github.com> on 7/22/2023, 2:21:16 PM