We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8644e commit f3cee36Copy full SHA for f3cee36
docs/upgrade.rst
@@ -15,7 +15,7 @@ v2.10
15
16
The current scoped GIL implementation doesn't support nested access. In pybind11
17
In 2.10.1, a configuration option ``PYBIND11_SIMPLE_GIL`` was added, defaulting
18
-to OFF; the simpler GIL implemntation supports nested access, but does not
+to OFF; the simpler GIL implementation supports nested access, but does not
19
support dissociation (the ``true`` parameter of ``gil_scope_release``). In
20
pybind11 2.11, we plan to change the default to ON. If you need the old
21
behavior, please set ``PYBIND11_SIMPLE_GIL`` to OFF. We plan to have an example
0 commit comments