Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-105927: PyWeakref_GetRef() returns 1 on success#106561
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
PyWeakref_GetRef() now returns 1 on success, and return 0 if thereference is dead.
PR to update the newly added C API to respect the new C API guidelines:https://devguide.python.org/developer-workflow/c-api/index.html
|
cc@encukou |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Thanks for the review@serhiy-storchaka. |
I updated pythoncapi-compat:python/pythoncapi-compat@d000b55 |
Uh oh!
There was an error while loading.Please reload this page.
PyWeakref_GetRef() now returns 1 on success, and return 0 if the reference is dead.
📚 Documentation preview 📚:https://cpython-previews--106561.org.readthedocs.build/