]> granicus.if.org Git - python/commit
Added test whether wchar_t is signed or not. A signed wchar_t is not usable as intern...
authorMarc-André Lemburg <mal@egenix.com>
Mon, 22 Sep 2003 11:14:40 +0000 (11:14 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 22 Sep 2003 11:14:40 +0000 (11:14 +0000)
commitd7160f88455d9ff8d2c775ba7d52ca6f9907d90d
tree554601e3e8de19ab2ab5823eb5d973bcf157ad57
parent7e74384af5060e131675ef3c286ad98ed3db9128
Added test whether wchar_t is signed or not. A signed wchar_t is not usable as internal unicode type base for Py_UNICODE since the unicode implementation assumes an unsigned type.
Misc/NEWS
configure
configure.in