2
0
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:
Dave Abrahams
2002-02-24 05:24:48 +00:00
parent a04cbd111c
commit e11b457b79
36 changed files with 929 additions and 1218 deletions

View File

@@ -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;