Add further support for PyPy3.12 v8.0.0 - #180
Conversation
PyUnstable_Object_IsUniquelyReferenced(), PyUnstable_TryIncRef() and PyUnstable_EnableTryIncRef() are no longer available on PyPy. Co-Authored-by: Victor Stinner <vstinner@python.org>
|
Great! The pypy3.12 job ran successfully with this Python version: |
|
Ah, when I merged the PR, the author Hugo became the co-author, and me the co-author became the author. That's surprising. |
|
Thanks @hugovk for your contribution! It's great to support PyPy 3.12 early. I was surprised, pypy3.12 is already available on GitHub Actions. |
|
And thanks for updating this! PyPy3.12 now passes Pillow's tests: python-pillow/Pillow#10047. Yeah, GitHub Actions has automation in place so Initially, it'll install the newer Python on-demand in the runner image, which is a little slower, but not usually noticeable. It'll then get cached into the image a bit later. |
PyUnstable_Object_IsUniquelyReferenced(), PyUnstable_TryIncRef() and PyUnstable_EnableTryIncRef() are no longer available on PyPy.