Skip to content

Prepare for GraalPy 3.13 - #6141

Merged
rwgk merged 1 commit into
pybind:masterfrom
msimacek:graalpy
Aug 8, 2026
Merged

Prepare for GraalPy 3.13#6141
rwgk merged 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.

@rwgk
rwgk merged commit 856a348 into pybind:master Aug 8, 2026
78 checks passed
@github-actions github-actions Bot added the needs changelog Possibly needs a changelog entry label Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs changelog Possibly needs a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants