A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2003-December/041285.html below:

[Python-Dev] Re: python/dist/src/Objectsunicodeobject.c, 2.204, 2.205

[Python-Dev] Re: python/dist/src/Objectsunicodeobject.c, 2.204, 2.205Tim Peters tim.one at comcast.net
Sat Dec 20 15:06:51 EST 2003
[Skip Montanaro]
> 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?

I wouldn't object.  It should probably then also have

#ifndef UCHAR_MAX
#error ...
#endif

right before it, and stringobject.c's

#if !defined(HAVE_LIMITS_H) && !defined(UCHAR_MAX)
#define UCHAR_MAX 255
#endif

should go away.

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4