]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyUnicode_AsUnicodeCopy() uses PyUnicode_AsUnicodeAndSize() to get directly the length
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 23 Oct 2011 18:10:08 +0000 (20:10 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 23 Oct 2011 18:10:08 +0000 (20:10 +0200)
commit57ffa9d4ffcb4af84a6367a0a259b67333b33952
tree2f97b139d4dcb1d294474d83c7a4214dc6242799
parentaf9e4b8c29f152166a7dce34b8633d45e719442b
PyUnicode_AsUnicodeCopy() uses PyUnicode_AsUnicodeAndSize() to get directly the length
Objects/unicodeobject.c