Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-106320: Move private _PyGen API to the internal C API#107032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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 sharedextensions.
rdb commentedAug 4, 2023
If |
@rdb:
Would you mind to open a new issue to request a public replacement function? Please explain how you use this function, and how existing API is not enough. |
rdb commentedAug 26, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@vstinner We've switched to using |
When can add a public function. Just open an issue to ask for it, so we can discuss the issue and decide if it's worth it |
rdb commentedAug 26, 2023
It's not necessary, unless you're telling me that |
Uh oh!
There was an error while loading.Please reload this page.
Move private _PyGen API to internal C API:
No longer these symbols, except of the ones by the _asyncio shared extensions.