File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,16 @@ Changes will be added here periodically from the "Suggested changelog entry"
1010block in pull request descriptions.
1111
1212
13- Version 2.11.1 (July 16 , 2023)
13+ Version 2.11.1 (July 17 , 2023)
1414-----------------------------
1515
1616Changes:
1717
18+ * ``PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF `` is now provided as an option
19+ for disabling the default-on ``PyGILState_Check() ``'s in
20+ ``pybind11::handle ``'s ``inc_ref() `` & ``dec_ref() ``.
21+ `#4753 <https://github.com/pybind/pybind11/pull/4753 >`_
22+
1823* ``PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF `` was disabled for PyPy in general
1924 (not just PyPy Windows).
2025 `#4751 <https://github.com/pybind/pybind11/pull/4751 >`_
You can’t perform that action at this time.
0 commit comments