[Python-checkins] cpython (2.7): Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.

serhiy.storchaka python-checkins at python.org
Tue May 28 21:48:09 CEST 2013


http://hg.python.org/cpython/rev/ef9d42b98a3d
changeset:   83958:ef9d42b98a3d
branch:      2.7
parent:      83936:687295c6c8f2
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue May 28 22:46:51 2013 +0300
summary:
  Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.

files:
  Doc/data/refcounts.dat |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat
--- a/Doc/data/refcounts.dat
+++ b/Doc/data/refcounts.dat
@@ -932,7 +932,7 @@
 
 PyObject_CallMethodObjArgs:PyObject*::+1:
 PyObject_CallMethodObjArgs:PyObject*:o:0:
-PyObject_CallMethodObjArgs:char*:name::
+PyObject_CallMethodObjArgs:PyObject*:name:0:
 PyObject_CallMethodObjArgs::...::
 
 PyObject_CallObject:PyObject*::+1:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list