HP-Prec is not 64-bit

This commit is contained in:
Guido van Rossum 1995-09-13 17:35:28 +00:00
parent a67dee30bf
commit 93cf55e369
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ supported; and recursive lists and dictionaries should not be written
(they will cause infinite loops).
{\bf Caveat:} On machines where C's \code{long int} type has more than
32 bits (such as the DEC Alpha or the HP Precision Architecture), it
32 bits (such as the DEC Alpha), it
is possible to create plain Python integers that are longer than 32
bits. Since the current \code{marshal} module uses 32 bits to
transfer plain Python integers, such values are silently truncated.

View File

@ -34,7 +34,7 @@ supported; and recursive lists and dictionaries should not be written
(they will cause infinite loops).
{\bf Caveat:} On machines where C's \code{long int} type has more than
32 bits (such as the DEC Alpha or the HP Precision Architecture), it
32 bits (such as the DEC Alpha), it
is possible to create plain Python integers that are longer than 32
bits. Since the current \code{marshal} module uses 32 bits to
transfer plain Python integers, such values are silently truncated.