It looks like boost::python::extract<bool>::check() will happily succeed
on an int python object, and boost::python::extract<int>::check() will
likewise succeed on a bool python object.

Is there an easy way to discover the actual python type so I can really
get the data I want in the correct type?

-- 
[email protected]
www.murrayc.com
www.openismus.com

_______________________________________________
Cplusplus-sig mailing list
[email protected]
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to