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

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


http://hg.python.org/cpython/rev/0889ab0d0da1
changeset:   83957:0889ab0d0da1
branch:      3.3
parent:      83955:b864f4056b78
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue May 28 22:46:15 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
@@ -927,7 +927,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