File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,6 @@ to a new version. But it goes into more detail. This includes things like
88deprecated APIs and their replacements, build system changes, general code
99modernization 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
2713v2.9
You can’t perform that action at this time.
0 commit comments