Hi Tim,
On Mon, Feb 14, 2005 at 10:41:35AM -0500, Tim Peters wrote:
> # This is a puzzle: there's no way to know the natural width of
> # addresses on this box (in particular, there's no necessary
> # relation to sys.maxint).
Isn't this natural width nowadays available as:
256 ** struct.calcsize('P')
?
Armin