[Python-Dev] ANSI-fication (was: RE: [Patches] fix simple 64-bit warnings/errorsin signalmodule.c and bufferobject.c)

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Tue, 6 Jun 2000 22:23:19 +0200


greg wrote:
> Euh... I thought Guido was entirely supportive of ANSI-fying the =
source.

note that 1.6 won't build on non-ANSI platforms; lots of new
stuff, including the unicode type, the builtin exceptions, and
SRE are pure ANSI.

(btw, what are all those "register" declarations doing in MAL's
version of unicodeobject.c?  does any modern compiler even
care about that keyword?)

</F>