Skip to content

Version 2.10.3

Compare
Choose a tag to compare
@henryiii henryiii released this 03 Jan 19:08
· 185 commits to master since this release
v2.10.3

Changes:

  • Temporarily made our GIL status assertions (added in 2.10.2) disabled by default (re-enable manually by defining PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF, will be enabled in 2.11). #4432
  • Improved error messages when inc_ref/dec_ref are called with an invalid GIL state. #4427 #4436

Bug Fixes:

  • Some minor touchups found by static analyzers. #4440