Mark Feng
Results
2
issues of
Mark Feng
### Problem description Get std::bad_cast when a callback return a Python complex type velue ### Reproducible example code ```text test.py: def callback(): return complex(1.0,2.0) def test_foo(): foo(callback) bind.cpp: #include #include...