-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
boost-commitbot
committed
Sep 17, 2024
1 parent
1a37784
commit 8f63da5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule python
updated
17 files
+6 −4 | include/boost/python/class.hpp | |
+7 −1 | include/boost/python/converter/pytype_function.hpp | |
+2 −0 | include/boost/python/object/add_to_namespace.hpp | |
+5 −0 | include/boost/python/object/function.hpp | |
+2 −2 | include/boost/python/object/function_doc_signature.hpp | |
+1 −0 | include/boost/python/pure_virtual.hpp | |
+13 −0 | src/object/class.cpp | |
+12 −2 | src/object/enum.cpp | |
+45 −20 | src/object/function.cpp | |
+35 −11 | src/object/function_doc_signature.cpp | |
+10 −0 | src/slice.cpp | |
+7 −0 | test/map_indexing_suite.py | |
+17 −0 | test/nested.cpp | |
+13 −1 | test/nested.py | |
+1 −0 | test/properties.cpp | |
+22 −0 | test/properties.py | |
+2 −0 | test/slice.py |