Skip to content

Commit

Permalink
Update docs/upgrade.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored and Ralf W. Grosse-Kunstleve committed Oct 26, 2022
1 parent 1e8644e commit f3cee36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ v2.10

The current scoped GIL implementation doesn't support nested access. In pybind11
In 2.10.1, a configuration option ``PYBIND11_SIMPLE_GIL`` was added, defaulting
to OFF; the simpler GIL implemntation supports nested access, but does not
to OFF; the simpler GIL implementation supports nested access, but does not
support dissociation (the ``true`` parameter of ``gil_scope_release``). In
pybind11 2.11, we plan to change the default to ON. If you need the old
behavior, please set ``PYBIND11_SIMPLE_GIL`` to OFF. We plan to have an example
Expand Down

0 comments on commit f3cee36

Please sign in to comment.