Uh oh!
There was an error while loading. Please reload this page.
Add Py_IsFinalizing() - #66
Conversation
vstinner
commented
Aug 16, 2023
PR waiting until python/cpython#108032 is merged in Python upstream. |
albanD
commented
Aug 16, 2023
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? |
vstinner
commented
Aug 16, 2023
I don't know. This PR is on the pythoncapi-compat project, not the Python project. |
vstinner
commented
Aug 18, 2023
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.