Kaydet (Commit) 93cf55e3 authored tarafından Guido van Rossum's avatar Guido van Rossum

HP-Prec is not 64-bit

üst a67dee30
...@@ -34,7 +34,7 @@ supported; and recursive lists and dictionaries should not be written ...@@ -34,7 +34,7 @@ supported; and recursive lists and dictionaries should not be written
(they will cause infinite loops). (they will cause infinite loops).
{\bf Caveat:} On machines where C's \code{long int} type has more than {\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 is possible to create plain Python integers that are longer than 32
bits. Since the current \code{marshal} module uses 32 bits to bits. Since the current \code{marshal} module uses 32 bits to
transfer plain Python integers, such values are silently truncated. transfer plain Python integers, such values are silently truncated.
......
...@@ -34,7 +34,7 @@ supported; and recursive lists and dictionaries should not be written ...@@ -34,7 +34,7 @@ supported; and recursive lists and dictionaries should not be written
(they will cause infinite loops). (they will cause infinite loops).
{\bf Caveat:} On machines where C's \code{long int} type has more than {\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 is possible to create plain Python integers that are longer than 32
bits. Since the current \code{marshal} module uses 32 bits to bits. Since the current \code{marshal} module uses 32 bits to
transfer plain Python integers, such values are silently truncated. transfer plain Python integers, such values are silently truncated.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment