mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
Major rearchitecture of from_python mechanism
[SVN r12924]
This commit is contained in:
@@ -163,7 +163,7 @@ void instance_holder::install(PyObject* self) throw()
|
||||
}
|
||||
|
||||
BOOST_PYTHON_DECL void*
|
||||
find_instance_impl(PyObject* inst, converter::type_id_t type)
|
||||
find_instance_impl(PyObject* inst, converter::undecorated_type_id_t type)
|
||||
{
|
||||
if (inst->ob_type->ob_type != &class_metatype_object)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user