]> granicus.if.org Git - python/commit
PyUnicode_IS_ASCII() macro ensures that the string is ready
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 12 Dec 2011 00:24:20 +0000 (01:24 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 12 Dec 2011 00:24:20 +0000 (01:24 +0100)
commit24c74be9a3b6b10dcd153d1c214013a7fd43b735
tree91cd81091dc5783cedceaf86f1f572264931eb38
parentc4b495497a4ebaf856d3c2e1914c2efa09cddda2
PyUnicode_IS_ASCII() macro ensures that the string is ready

It has no sense to check if a not ready string is ASCII or not.
Include/unicodeobject.h