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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user