diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-28 19:47:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-28 19:47:36 (GMT) |
commit | 4dbae881311073eedd6ef290ec206978f530ef98 (patch) | |
tree | 6d075552955d0bdf77f2c0b4539c287496f78bf6 /Doc/data | |
parent | 281945f42720e61bd4c373b37e379713b8a10037 (diff) | |
parent | dce05500a16db7563eda12d1c31e59b472150799 (diff) | |
download | cpython-4dbae881311073eedd6ef290ec206978f530ef98.zip cpython-4dbae881311073eedd6ef290ec206978f530ef98.tar.gz cpython-4dbae881311073eedd6ef290ec206978f530ef98.tar.bz2 |
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/refcounts.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index e299050..f298238 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: |