mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
reference<> => handle<>
[SVN r14136]
This commit is contained in:
@@ -54,13 +54,6 @@ void BOOST_PYTHON_DECL throw_error_already_set()
|
||||
throw error_already_set();
|
||||
}
|
||||
|
||||
BOOST_PYTHON_DECL PyObject* expect_non_null_impl(PyObject* x)
|
||||
{
|
||||
if (x == 0)
|
||||
throw_error_already_set();
|
||||
return x;
|
||||
}
|
||||
|
||||
namespace detail {
|
||||
|
||||
BOOST_PYTHON_DECL void expect_complex(PyObject* p)
|
||||
|
||||
Reference in New Issue
Block a user