Skip to content

Commit

Permalink
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed May 28, 2013
2 parents f65b5b8 + 552602f commit cd9503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/data/refcounts.dat
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd9503b

Please sign in to comment.