Skip to content

Version 2.6.0 RC 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@henryiii henryiii released this 09 Oct 22:21
· 887 commits to master since this release
d46f332

This is the first release candidate for pybind11 2.6.0. Please see the new features in the changelog, such as revamped CMake and setuptools support, keyword and positional argument support, and a long list of features, fixes, and improvements. Full Python 3.9 support and enhanced C++20 support.

Known issues:

  • py::module_ direct construction provisionally deprecated
  • Removing registered types can cause a segfault - old issue exposed by recent test additions; fix incoming
  • On Python 3.9.0 and macOS, pybind11 may segfault when closing the interpreter after running the test suite