Skip to content

Commit b71b9f0

Browse files
committed
Revert change in docs/upgrade.rst
1 parent 192a751 commit b71b9f0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/upgrade.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ to a new version. But it goes into more detail. This includes things like
88
deprecated APIs and their replacements, build system changes, general code
99
modernization and other useful information.
1010

11-
.. _upgrade-guide-2.10:
12-
13-
v2.10
14-
=====
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
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
22-
(see #4216 for more information). Note that the dissociation feature is very
23-
rarely used and not exercised in any pybind11 unit tests.
24-
2511
.. _upgrade-guide-2.9:
2612

2713
v2.9

0 commit comments

Comments
 (0)