2
0
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:
Dave Abrahams
2002-06-12 21:59:17 +00:00
parent 0d58869d6e
commit 366ee6d24b
36 changed files with 1264 additions and 293 deletions

View File

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