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

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


http://hg.python.org/cpython/rev/6d0fd113a2e4
changeset:   83959:6d0fd113a2e4
parent:      83956:ad56dff3602f
parent:      83957:0889ab0d0da1
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue May 28 22:47:36 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