mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
b8863698d6
The main change is to treat error_already_set as a separate category of exception that arises in different circumstances and needs to be handled differently. The asymmetry between Python and C++ exceptions is further emphasized.
42 lines
414 B
Plaintext
42 lines
414 B
Plaintext
CMakeCache.txt
|
|
CMakeFiles
|
|
Makefile
|
|
cmake_install.cmake
|
|
cmake_uninstall.cmake
|
|
.DS_Store
|
|
*.so
|
|
*.pyd
|
|
*.dll
|
|
*.sln
|
|
*.sdf
|
|
*.opensdf
|
|
*.vcxproj
|
|
*.vcxproj.user
|
|
*.filters
|
|
example.dir
|
|
Win32
|
|
x64
|
|
Release
|
|
Debug
|
|
.vs
|
|
CTestTestfile.cmake
|
|
Testing
|
|
autogen
|
|
MANIFEST
|
|
/.ninja_*
|
|
/*.ninja
|
|
/docs/.build
|
|
*.py[co]
|
|
*.egg-info
|
|
*~
|
|
.*.swp
|
|
.DS_Store
|
|
/dist
|
|
/*build*
|
|
.cache/
|
|
sosize-*.txt
|
|
pybind11Config*.cmake
|
|
pybind11Targets.cmake
|
|
/*env*
|
|
/.vscode
|