Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
293 contributions in the last year
Contribution activity
August 2020
Created a pull request in pybind/pybind11 that received 6 comments
Add and document py::error_already_set::discard_as_unraisable()
To deal with exceptions that hit destructors or other noexcept functions. Supercedes #2358 @virtuald @YannickJadoul
+154
−3
•
6
comments
Created an issue in pybind/pybind11 that received 7 comments
Recent CMake changes prefer pybind11 installed in /usr/local/include to development files [macOS]
Issue description
Checkout HEAD - commit 1732046
mkdir build
cd build
cmake ..
make [check]
This is a regression compared to v2.5.0, where command…
7
comments