diff options
author | Victor Stinner <vstinner@python.org> | 2023-07-22 16:21:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 14:21:16 +0000 |
commit | ae8b114c5b9d211f47bf521fcfdbf40ef72a1bac (patch) | |
tree | e61f839980dd58b87e54a1f09258f2c37e1d7c49 /Python/Python-tokenize.c | |
parent | eda9ce148714947c164ff72b720e2645ca2cd5fb (diff) | |
download | cpython-ae8b114c5b9d211f47bf521fcfdbf40ef72a1bac.tar.gz cpython-ae8b114c5b9d211f47bf521fcfdbf40ef72a1bac.zip |
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.
Diffstat (limited to 'Python/Python-tokenize.c')
0 files changed, 0 insertions, 0 deletions