]> granicus.if.org Git - python/commit
Fix a compiler warning: use unsigned int type instead of enum PyUnicode_Kind to
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 7 May 2013 21:50:03 +0000 (23:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 7 May 2013 21:50:03 +0000 (23:50 +0200)
commit22c103b3cc057ed6f059045a12cff243b01f20fe
treec5fc48a06021002da9d05cfdb36056b3b5905691
parentf2b9a340ef143099726fb642951410e4ad793c7f
Fix a compiler warning: use unsigned int type instead of enum PyUnicode_Kind to
compare two Unicode kinds
Python/formatter_unicode.c