[Python-Dev] Re: [Python-checkins]python/dist/src/Objects unicodeobject.c, 2.197, 2.198 (original) (raw)

Tim Peters tim.one at comcast.net
Sat Sep 20 19:15:08 EDT 2003


[M.-A. Lemburg]

Since wchart is the only case where a signed type can pop up, why not extend the autoconf test to check for signedness and then reject signed wchart value as not-usable (ie. undefine HAVEUSABLEWCHART).

[martin at v.loewis.de]

Because that would exclude a number of relevant systems where wchart would be usable.

So what if MAL ammened his suggestion to

reject signed 2-byte wchar_t value as not-usable
             +++++++

?



More information about the Python-Dev mailing list