2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

workaround for gcc 3.4 bug when using precompiled header support

[SVN r21715]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-01-14 01:37:54 +00:00
parent b03c3a29e0
commit 11d8751d29

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();
}
}