We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
not relevant
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
Not a regression
The text was updated successfully, but these errors were encountered:
(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.)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: