]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 01:49:52 +0000 (02:49 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 01:49:52 +0000 (02:49 +0100)
commit9e30aa52fd416e17b692c4f22e57191cdd6ec654
treef3b1c85f5cdbb6a32ec8f309400e8d3e1c2bbfaf
parentf3ae6208c706bae89d86df44c7c3dcac1bdcd94d
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()

And PyUnicode_GetSize() => PyUnicode_GetLength()
Modules/_csv.c
Modules/_datetimemodule.c
Modules/_gestalt.c
Modules/_io/stringio.c
Modules/_io/textio.c
Objects/bytesobject.c
Objects/exceptions.c
Objects/unicodeobject.c
PC/import_nt.c
Python/_warnings.c