commit | d7160f88455d9ff8d2c775ba7d52ca6f9907d90d | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Mon Sep 22 11:14:40 2003 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Mon Sep 22 11:14:40 2003 +0000 |
tree | 554601e3e8de19ab2ab5823eb5d973bcf157ad57 | |
parent | 7e74384af5060e131675ef3c286ad98ed3db9128 [diff] |
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.