We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1bb86 commit 8885e79Copy full SHA for 8885e79
docs/upgrade.rst
@@ -15,7 +15,7 @@ v2.10
15
16
``py::gil_scoped_acquire`` & ``py::gil_scoped_release`` in pybind11 versions
17
< v2.10.1 do not support nested access. In v2.10.1, a configuration option
18
-``PYBIND11_SIMPLE_GIL_MANAGEMENT`` was added, defaulting to ``OFF``; the
+``PYBIND11_SIMPLE_GIL_MANAGEMENT`` was added, defaulting to ``OFF``. The
19
simpler implementations support nested access, but do not support dissociation
20
(``py::gil_scoped_release(true)``). In pybind11 2.11, we plan to change the
21
default to ``ON``, to avoid pitfalls of the implementations with dissociation
0 commit comments