Skip to content

Prepare for GraalPy 3.13 - #6141

Open
msimacek wants to merge 1 commit into
pybind:masterfrom
msimacek:graalpy
Open

Prepare for GraalPy 3.13#6141
msimacek wants to merge 1 commit into
pybind:masterfrom
msimacek:graalpy

Conversation

@msimacek

@msimacek msimacek commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Prepare for next release of GraalPy that will implement Python 3.13. The _Py_IsFinalizing function was replaced with Py_IsFinalizing in 3.13.

@henryiii

henryiii commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Do we have a release date for 3.13? Will it have a backward compatible _Py_IsFinalizing?

@msimacek

msimacek commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

CPython removed it, so we normally would remove it as well. But since pybind11 currently uses it, it's not a problem to keep a compatiblity alias for a few more releases. I'm changing it here just so we can get rid of it eventually, but there's no rush. The release date should be 25th Aug.

@henryiii

henryiii commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

That would be nice, if there are no regressions we probably won't have a release soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants