]> granicus.if.org Git - python/commit
Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE()
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 11 Oct 2011 19:55:01 +0000 (21:55 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 11 Oct 2011 19:55:01 +0000 (21:55 +0200)
commitbeac78bb242ba56088570d9df3a852f581adc0d5
tree23482d5390130c302c2783344903218a1ab229aa
parente459a0877e0ca76e3af1057722a0e366395c661f
Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE()
Modules/posixmodule.c
Python/getargs.c
Python/import.c