From: Serhiy Storchaka Date: Tue, 28 May 2013 19:46:51 +0000 (+0300) Subject: Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. X-Git-Tag: v2.7.6rc1~374 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fcf2d3174ebfc4b405b34bf7199451356fa51eb;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 1fc896fb73b3..06c19d0412ae 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -932,7 +932,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: