>> #if UCHAR_MAX != 255 >> #error "Python's source code currently assumes 8-bit characters." >> #endif >> >> right after the HAVE_LIMITS_H test? Tim> I wouldn't object. It should probably then also have Tim> #ifndef UCHAR_MAX Tim> #error ... Tim> #endif Isn't that supposed to always be defined in limits.h or is UCHAR_MAX not a standard macro? Tim> right before it, and stringobject.c's Tim> #if !defined(HAVE_LIMITS_H) && !defined(UCHAR_MAX) Tim> #define UCHAR_MAX 255 Tim> #endif Tim> should go away. Sounds like a plan. I modify my local source and see if it affects anything. Skip
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