I am trying to update pybind11 to the 3.0rc, which will be an ABI breaking change. Some of the submodules seem to be using their vendored extensions which is causing problems and bizarre issues, ...
Welcome to the pybind11 repository! This project offers a powerful solution for creating bindings between C++11 and Python. With pybind11, you can write C++ code that seamlessly interacts with Python, ...