Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork30
Add Py_IsFinalizing()#66
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
PR waiting untilpython/cpython#108032 is merged in Python upstream. |
Hey! I have a related question but it is not 100% about this PR so feel free to delete if you think this is not the right place to ask. There have been quite a few discussions related to Is this comment still accurate for the latest version of CPython? Should we update our use of these functions to use the new public API being introduced? |
I don't know. This PR is on the pythoncapi-compat project, not the Python project. |
I dug into PyPy tarball releases to check which version added Py_IsFinalizing(): it's PyPy 7.3. Sadly, on GitHub Actions we only tests versions newer than PyPy 7.3.0: PyPy 7.2 and older are not tested. |
No description provided.