2 files changed
+2
-2
lines changed- .github/workflows/nightlies.yml+1-1
- .github/workflows/pip.yml+1-1
- .github/workflows/tests-cibw.yml+43-4
- .pre-commit-config.yaml+6-6
- docs/advanced/cast/custom.rst+1-1
- docs/advanced/cast/functional.rst+1-1
- docs/advanced/classes.rst+11-11
- docs/advanced/misc.rst+1-1
- docs/advanced/pycpp/numpy.rst+3-3
- docs/basics.rst+2-2
- docs/benchmark.py+1-1
- docs/benchmark.rst+1-1
- docs/changelog.md+87-1
- docs/classes.rst+2-2
- docs/compiling.rst+9-6
- docs/faq.rst+2-3
- docs/installing.rst+1-1
- docs/release.rst+4-2
- include/pybind11/cast.h+5
- include/pybind11/detail/class.h+3-3
- include/pybind11/detail/common.h+49-11
- include/pybind11/detail/function_record_pyobject.h+56-73
- include/pybind11/detail/internals.h+19-6
- include/pybind11/detail/pybind11_namespace_macros.h+1-1
- include/pybind11/pybind11.h+78-17
- include/pybind11/subinterpreter.h+18-24
- pyproject.toml+9-8
- tests/CMakeLists.txt+1
- tests/conftest.py+8
- tests/env.py+1
- tests/pyproject.toml+5-2
- tests/test_callbacks.cpp-6
- tests/test_class_sh_basic.py+4-2
- tests/test_copy_move.cpp+2-4
- tests/test_embed/test_interpreter.cpp+20-5
- tests/test_exceptions.py+1-1
- tests/test_modules.py+17
- tests/test_native_enum.cpp+9
- tests/test_native_enum.py+5
- tests/test_warnings.py+1-1
- tools/FindCatch.cmake-2
- tools/make_changelog.py+6
- tools/pybind11Common.cmake+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
|
0 commit comments