[Patches] simple 64-bit fixes in Python/ dir

Tim Peters tim_one@email.msn.com
Mon, 5 Jun 2000 22:18:08 -0400


[Trent Mick]
> Okay, yes, I was being lazy and partially ignorant.

Well, if you're not yet 40, of *course* you're partially ignorant, but I'd
never ever accuse you of being lazy <wink>.  I surely appreciate all the
good work you're doing here!  At the same time, I want everyone to realize
that the 64-bit world isn't equal to Win84, and we've got to watch out for
all *sorts* of stuff (for example, a bit of the code in longobject.c is
broken on the 64-bit Cray J90 in ways that aren't broken under Win64; for
example, the J90 has the only C compiler I've ever heard of where right
shifts of signed integral types do *not* extend the sign bit -- which is
fine by ANSI, but catches some of Python's internals by surprise).

the-opposite-of-partial-ignorance-is-total-tedium<0.6-wink>-ly y'rs  - tim