Skip to content
Snippets Groups Projects
Commit 3146d41c authored by Marco Biasini's avatar Marco Biasini
Browse files

fix segfault for BZDNG-242

The cause for this is actually a bug in Boost.Python that triggers when
arg("arg")... is used in the export and the number of arg("") arguments
doesn't match the number of argument of the function. When one then uses
a wrong kwarg, the program crashes. I'll submit a bug report to the
Boost.Python on this issue. I fear that there are many more cases in
the pymod export where we are using arg("") as we did for the query.
parent 766dbd67
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment