From: Serhiy Storchaka Date: Tue, 28 May 2013 19:46:15 +0000 (+0300) Subject: Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. X-Git-Tag: v3.4.0a1~617^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dce05500a16db7563eda12d1c31e59b472150799;p=thirdparty%2FPython%2Fcpython.git Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. --- diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index fac89afbd67f..f2a2cf539dfe 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -927,7 +927,7 @@ PyObject_CallMethod::...:: PyObject_CallMethodObjArgs:PyObject*::+1: PyObject_CallMethodObjArgs:PyObject*:o:0: -PyObject_CallMethodObjArgs:char*:name:: +PyObject_CallMethodObjArgs:PyObject*:name:0: PyObject_CallMethodObjArgs::...:: PyObject_CallObject:PyObject*::+1: