boostorg / python

Boost.org python module

Home Page:http://boostorg.github.io/python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operators couldn't return boost::python::object

o01eg opened this issue · comments

commented

When I trying to define operator which returns boost::python::object I get error ‘struct boost::python::converter::arg_to_python<boost::python::api::object>’ has no member named ‘release’

def method for operators doesn't accept additional arguments to define other converters.