]> granicus.if.org Git - python/commit
Use PyUnicode_CompareWithASCIIString() instead of Py_UNICODE_strcmp() to avoid
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Nov 2011 18:32:09 +0000 (19:32 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 20 Nov 2011 18:32:09 +0000 (19:32 +0100)
commit2b979bfa3c27636fe298b7c5d8f17354bd2b566c
tree75935f32b51eaa6e8f47477961ce6b9987d4c02a
parent0fc35196bbd2248ee34d3c818b73eb2f864e4083
Use PyUnicode_CompareWithASCIIString() instead of Py_UNICODE_strcmp() to avoid
the deprecate Py_UNICODE type
Modules/_testcapimodule.c