]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Move private _PyGen API to the internal C API (#107032)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jul 2023 14:21:16 +0000 (16:21 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 14:21:16 +0000 (14:21 +0000)
commitae8b114c5b9d211f47bf521fcfdbf40ef72a1bac
treee61f839980dd58b87e54a1f09258f2c37e1d7c49
parenteda9ce148714947c164ff72b720e2645ca2cd5fb
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.
Include/cpython/genobject.h
Include/internal/pycore_genobject.h