]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix usage of PyUnicode_READY() in PyUnicode_GetLength()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 1 Oct 2011 22:36:53 +0000 (00:36 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 1 Oct 2011 22:36:53 +0000 (00:36 +0200)
commit5a706cf8c0284b80b7aad6b72858027c844091a5
treee9ad5e6d013922552cf81ae31429af87d9bf8b00
parentcd9950fd094394927c0cf85560679ca6a7b33038
Fix usage of PyUnicode_READY() in PyUnicode_GetLength()
Objects/unicodeobject.c