Skip to content
Snippets Groups Projects
  1. Mar 31, 2011
    • Marco Biasini's avatar
      fix segfault for BZDNG-242 · 494f1635
      Marco Biasini authored
      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.
      494f1635
  2. Mar 30, 2011
  3. Mar 29, 2011
  4. Mar 28, 2011
  5. Mar 25, 2011
  6. Mar 23, 2011
  7. Mar 21, 2011
  8. Mar 08, 2011
  9. Feb 25, 2011
  10. Feb 23, 2011
  11. Feb 21, 2011
  12. Feb 20, 2011
  13. Feb 18, 2011
  14. Feb 17, 2011
  15. Feb 16, 2011
Loading