[Python-Dev] Re: python/dist/src/Objectsunicodeobject.c, 2.204, 2.205 (original) (raw)
Skip Montanaro skip at pobox.com
Sat Dec 20 11:27:34 EST 2003
- Previous message: [Python-Dev] Re: python/dist/src/Objectsunicodeobject.c, 2.204, 2.205
- Next message: [Python-Dev] Re: python/dist/src/Objectsunicodeobject.c, 2.204, 2.205
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim> [Guido]
>> I would expect that a lot of our code assumes 8-bit characters, and I
>> personally wouldn't mind if Python was limited to such platforms.
Tim> Fine by me too.
Then how about adding
#if UCHAR_MAX != 255 #error "Python's source code currently assumes 8-bit characters." #endif
right after the HAVE_LIMITS_H test?
Skip
- Previous message: [Python-Dev] Re: python/dist/src/Objectsunicodeobject.c, 2.204, 2.205
- Next message: [Python-Dev] Re: python/dist/src/Objectsunicodeobject.c, 2.204, 2.205
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]