]> granicus.if.org Git - python/commit
test_widechar() uses the new Unicode API
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 01:06:57 +0000 (02:06 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 01:06:57 +0000 (02:06 +0100)
commit8ef18872b40cd66e356a5e744c467557a9607d66
tree0292adb05195d2a1c66107a0d0673fc04c1ac720
parent333544764619b8e338b7485ea94b9be9b9e75a9d
test_widechar() uses the new Unicode API

PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
Modules/_testcapimodule.c