Skip to content

[DOC]: GIL with 3.13 #5625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 of 3 tasks
ShalokShalom opened this issue Apr 19, 2025 · 1 comment · Fixed by #5659
Closed
2 of 3 tasks

[DOC]: GIL with 3.13 #5625

ShalokShalom opened this issue Apr 19, 2025 · 1 comment · Fixed by #5659
Labels
triage New bug, unverified

Comments

@ShalokShalom
Copy link

Required prerequisites

What version (or hash if on master) of pybind11 are you using?

not relevant

Problem description

Python 3.13 offers to unlock the GIL.

That is not reflected in the documentation yet.

https://github.com/pybind/pybind11/blob/stable/docs/advanced/misc.rst#global-interpreter-lock-gil

Reproducible example code


Is this a regression? Put the last known working version here if it is.

Not a regression

@ShalokShalom ShalokShalom added the triage New bug, unverified label Apr 19, 2025
@ShalokShalom
Copy link
Author

(As a note: I suggest calling it

"Seamless operability between C++11+ and Python"

in the Github topic description and the top of the documentation.

For a moment, I thought it's not compatible for more modern versions of C++ with the current wording.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage New bug, unverified
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant