Tim Peters f0e717bdb1 Repair portability of sign extension when reading signed ints on boxes
where sizeof(long)==8.  This *was* broken on boxes where signed right
shifts didn't sign-extend, but not elsewhere.  Unfortunately, apart
from the Cray T3E I don't know of such a box, and Guido has so far
refused to buy me any Cray machines for home Python testing <wink>.

More immediately interesting would be if someone could please test
this on *any* sizeof(long)==8 box, to make sure I didn't break it.
2001-04-08 23:39:38 +00:00
..
2001-03-22 15:50:10 +00:00
2000-06-30 16:09:01 +00:00
2000-07-01 00:16:13 +00:00
2000-10-04 16:34:09 +00:00
2001-03-18 17:11:56 +00:00
2001-03-22 15:50:10 +00:00
2001-03-22 23:10:44 +00:00