diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-28 19:46:15 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-05-28 19:46:15 (GMT) |
| commit | dce05500a16db7563eda12d1c31e59b472150799 (patch) | |
| tree | 99977669b091d152f94b3413f014db6bcab19176 | |
| parent | 37a79a12d1a9c337e0a8f7a12f11600c44be824f (diff) | |
| download | cpython-dce05500a16db7563eda12d1c31e59b472150799.zip cpython-dce05500a16db7563eda12d1c31e59b472150799.tar.gz cpython-dce05500a16db7563eda12d1c31e59b472150799.tar.bz2 | |
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
| -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 fac89af..f2a2cf5 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: |
