5 files changed
+3
-23
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 | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 42 | | |
50 | 43 | | |
51 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 41 | | |
48 | 42 | | |
49 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 54 | | |
62 | 55 | | |
63 | 56 | | |
| |||
0 commit comments