Commit 9c35628
File tree
4 files changed
+24
-3
lines changed- deps
- src/gh
- components/DF_preview_assembly
- diffCheck/diffCheck
4 files changed
+24
-3
lines changedSubmodule eigen updated from c5189ac to 84282c4
- .github/workflows/ci.yml+1-1
- .github/workflows/pip.yml+1-1
- .pre-commit-config.yaml+5-5
- CMakeLists.txt+3-1
- docs/faq.rst+44
- include/pybind11/detail/class.h+14-1
- include/pybind11/detail/exception_translation.h+71
- include/pybind11/pybind11.h+2-53
- include/pybind11/typing.h+1-3
- include/pybind11/warnings.h+75
- tests/CMakeLists.txt+2-1
- tests/conftest.py+3-3
- tests/extra_python_package/test_files.py+2
- tests/test_async.py+1-1
- tests/test_buffers.cpp+12
- tests/test_buffers.py+7
- tests/test_custom_type_setup.py+1-1
- tests/test_numpy_array.py+1-1
- tests/test_pytypes.py+2-2
- tests/test_warnings.cpp+46
- tests/test_warnings.py+68
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | | - | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
| |||
388 | 389 | | |
389 | 390 | | |
390 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
391 | 401 | | |
392 | 402 | | |
393 | 403 | | |
| |||
0 commit comments