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~580^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dce05500a16db7563eda12d1c31e59b472150799;p=python Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat. --- diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index fac89afbd6..f2a2cf539d 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: