]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
authorThomas Heller <theller@ctypes.org>
Thu, 15 Nov 2007 20:48:54 +0000 (20:48 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 15 Nov 2007 20:48:54 +0000 (20:48 +0000)
commit519a042c7c248e3ae23cf2a3c1152f91a5bd2791
tree3eaef917fda4776da67d0426754f810e59d9f183
parent6e8ea0fd9c46978cf3101bd3ea94022751464ad9
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
#define for PyObject_Unicode in object.h.
13 files changed:
Include/object.h
Modules/_csv.c
Modules/_ctypes/callproc.c
Modules/_testcapimodule.c
Modules/cjkcodecs/multibytecodec.c
Modules/datetimemodule.c
Modules/grpmodule.c
Objects/exceptions.c
Objects/stringlib/string_format.h
Objects/stringlib/unicodedefs.h
Objects/typeobject.c
Objects/unicodeobject.c
Python/pythonrun.c