2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

removed expect_and_absorb_non_null

[SVN r8231]
This commit is contained in:
Dave Abrahams
2000-11-16 17:14:55 +00:00
parent bc922755f3
commit ab3ae444df

5
py.cpp
View File

@@ -14,11 +14,6 @@
namespace py {
void expect_and_absorb_non_null(PyObject* p)
{
Py_XDECREF(expect_non_null(p));
}
// IMPORTANT: this function may only be called from within a catch block!
void handle_exception()
{