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

merged from trun

[SVN r21716]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-01-14 01:39:40 +00:00
parent ccd909e98d
commit 36751a0e0a

View File

@@ -32,7 +32,7 @@ extern "C"
((life_support*)self)->patient = 0;
// Let the weak reference die. This probably kills us.
Py_XDECREF(PyTuple_GET_ITEM(arg, 0));
return detail::none();
return ::boost::python::detail::none();
}
}