Skip to content

Version 2.10.4

Compare
Choose a tag to compare
@henryiii henryiii released this 16 Mar 22:24
· 230 commits to master since this release
v2.10.4
5b0a6fc

Changes:

  • python3 -m pybind11 gained a --version option (prints the version and exits). #4526

Bug Fixes:

  • Fix a warning when pydebug is enabled on Python 3.11. #4461
  • Ensure gil_scoped_release RAII is non-copyable. #4490
  • Ensure the tests dir does not show up with new versions of setuptools. #4510
  • Better stacklevel for a warning in setuptools helpers. #4516