Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Include
unicodeobject.h
Find file
Blame
History
Permalink
PyUnicode_IS_ASCII() macro ensures that the string is ready
· 24c74be9
Victor Stinner
authored
Dec 12, 2011
It has no sense to check if a not ready string is ASCII or not.
24c74be9