Skip to content
Snippets Groups Projects
Select Git revision
  • 2695d42487d0e6bbfff5520117548a96b9148fa3
  • master default protected
  • develop protected
  • cmake_boost_refactor
  • ubuntu_ci
  • mmtf
  • non-orthogonal-maps
  • no_boost_filesystem
  • data_viewer
  • 2.11.1
  • 2.11.0
  • 2.10.0
  • 2.9.3
  • 2.9.2
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.0
  • 2.6.1
  • 2.6.0
  • 2.6.0-rc4
  • 2.6.0-rc3
  • 2.6.0-rc2
  • 2.6.0-rc
  • 2.5.0
  • 2.5.0-rc2
  • 2.5.0-rc
  • 2.4.0
  • 2.4.0-rc2
29 results

export_entity.cc

Blame
  • user avatar
    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.
    3146d41c
    History
    export_entity.cc 6.44 KiB