]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix 'c' format of PyUnicode_Format()
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 28 Sep 2011 22:39:24 +0000 (00:39 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 28 Sep 2011 22:39:24 +0000 (00:39 +0200)
commitb9dcffb51e0075f70434febb6ea557cc4d22f5fd
treee178ed3c0ee74f700050ad89e8e778b39425c587
parentc17f540b7a370b2860c183c97787d28aa6c7ccf3
Fix 'c' format of PyUnicode_Format()

formatbuf is now an array of Py_UCS4, not of Py_UNICODE
Objects/unicodeobject.c