Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4dbae88

Browse files
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
2 parents 281945f + dce0550 commit 4dbae88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/data/refcounts.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ PyObject_CallMethod::...::
932932

933933
PyObject_CallMethodObjArgs:PyObject*::+1:
934934
PyObject_CallMethodObjArgs:PyObject*:o:0:
935-
PyObject_CallMethodObjArgs:char*:name::
935+
PyObject_CallMethodObjArgs:PyObject*:name:0:
936936
PyObject_CallMethodObjArgs::...::
937937

938938
PyObject_CallObject:PyObject*::+1:

0 commit comments

Comments
 (0)