Version 2.11.1
Changes:
-
PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF
is now provided as an option for disabling the default-onPyGILState_Check()
's inpybind11::handle
'sinc_ref()
&dec_ref()
. #4753 -
PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF
was disabled for PyPy in general (not just PyPy Windows). #4751
NOTE: There was a version number mishap in the first attempt making this release. It was fixed within minutes with #4756 and the stable branch was re-tagged. The upload to PyPI only succeeded for the corrected release.