2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Added missing Py_INCREF(Py_None).

[SVN r39939]
This commit is contained in:
Daniel Wallin
2007-10-11 20:37:37 +00:00
parent 906e9ceb02
commit a4455f491e

View File

@@ -1669,6 +1669,7 @@ bjam_call(PyObject* self, PyObject* args)
frame_free( inner );
Py_INCREF(Py_None);
return Py_None;
}