]> granicus.if.org Git - python/commit
Make Py_BuildValue, PyObject_CallFunction and
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 14 Apr 2006 09:08:42 +0000 (09:08 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 14 Apr 2006 09:08:42 +0000 (09:08 +0000)
commit5cb6936672a1410f5502d754570bc548064f9dc4
tree16c2d4cecdd7441b642707a43ed37ce900197175
parent38a76a101796d43fb8cd6c6d5ba54bb811d06f49
Make Py_BuildValue, PyObject_CallFunction and
PyObject_CallMethod aware of PY_SSIZE_T_CLEAN.
Include/abstract.h
Include/modsupport.h
Objects/abstract.c
Objects/stringobject.c
Objects/unicodeobject.c
Python/exceptions.c
Python/getargs.c
Python/modsupport.c