You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to handle a generic python datatype from C++, but unfortunately couldn't find a way to receive PyObject* arguments, or wrap the existing object using a pybind11::object. Any help appreciated.
When I use PyObject* as function, I get this error:
Incompatible function arguments. The following argument types are supported:
1. (_object) -> NoneType