2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00

bug fix + regression test

[SVN r17002]
This commit is contained in:
Dave Abrahams
2003-01-23 04:32:10 +00:00
parent 399cf70b92
commit 9dfe98abb0
5 changed files with 74 additions and 10 deletions

View File

@@ -83,9 +83,6 @@ BOOST_PYTHON_DECL rvalue_from_python_stage1_data rvalue_from_python_stage1(
BOOST_PYTHON_DECL void* rvalue_result_from_python(
PyObject* src, rvalue_from_python_stage1_data& data)
{
// Take possession of the source object.
handle<> holder(src);
// Retrieve the registration
// Cast in two steps for less-capable compilers
void const* converters_ = data.convertible;