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"
10
10
block in pull request descriptions.
11
11
12
12
13
- Version 2.11.1 (July 16 , 2023)
13
+ Version 2.11.1 (July 17 , 2023)
14
14
-----------------------------
15
15
16
16
Changes:
17
17
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
+
18
23
* ``PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF `` was disabled for PyPy in general
19
24
(not just PyPy Windows).
20
25
`#4751 <https://github.com/pybind/pybind11/pull/4751 >`_
You can’t perform that action at this time.
0 commit comments