Commit 1c30f9b
File tree
4 files changed
+9
-7
lines changed- deps
- src/gh/examples
4 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
Submodule eigen updated from d791d48 to c29c800
- .github/workflows/emscripten.yaml+30
- .github/workflows/pip.yml+1-1
- .pre-commit-config.yaml+6-6
- CMakeLists.txt+1
- docs/limitations.rst-4
- docs/requirements.txt+3-3
- include/pybind11/cast.h+9-2
- include/pybind11/detail/common.h+16
- include/pybind11/detail/init.h+4-2
- include/pybind11/detail/internals.h+21-6
- include/pybind11/detail/type_caster_base.h+1-61
- include/pybind11/detail/value_and_holder.h+77
- include/pybind11/gil_safe_call_once.h+10-1
- tests/CMakeLists.txt+9-1
- tests/extra_python_package/test_files.py+1
- tests/pyproject.toml+17
- tests/test_async.py+5
- tests/test_builtin_casters.py+2
- tests/test_callbacks.py+3
- tests/test_exceptions.py+1-1
- tests/test_gil_scoped.py+9-4
- tests/test_iostream.py+4
- tests/test_thread.py+5
- tests/test_virtual_functions.py+3
0 commit comments