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:
@@ -1669,6 +1669,7 @@ bjam_call(PyObject* self, PyObject* args)
|
||||
|
||||
frame_free( inner );
|
||||
|
||||
Py_INCREF(Py_None);
|
||||
return Py_None;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user