mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
This commit is contained in:
parent
37a79a12d1
commit
dce05500a1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue