mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
Bug fix -- we weren't handling NULL keywords dictionaries in raw_function
[SVN r19359]
This commit is contained in:
@@ -90,3 +90,5 @@ BOOST_PYTHON_MODULE(args_ext)
|
||||
|
||||
def("inner", &X::inner, "docstring", args("self", "n"), return_internal_reference<>());
|
||||
}
|
||||
|
||||
#include "module_tail.cpp"
|
||||
|
||||
Reference in New Issue
Block a user