Add Py_IsFinalizing()#66
Conversation
|
PR waiting until python/cpython#108032 is merged in Python upstream. |
Sorry, something went wrong.
b7bac03 to
e0c2c0a
Compare
August 16, 2023 16:05
|
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? |
Sorry, something went wrong.
I don't know. This PR is on the pythoncapi-compat project, not the Python project. |
Sorry, something went wrong.
e0c2c0a to
9717eb1
Compare
August 18, 2023 10:43
|
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. |
Sorry, something went wrong.
No description provided.