diff options
author | Guido van Rossum <guido@python.org> | 1995-09-13 17:35:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-09-13 17:35:28 (GMT) |
commit | 93cf55e369c211b6c7f20e6f360ce979f04e7ff8 (patch) | |
tree | 60c9c9a0dc59d94e39ecef8853d2f345524d6a97 /Doc/lib/libmarshal.tex | |
parent | a67dee30bf4e6d8a0a92fb07158f6b8ef21d5dcf (diff) | |
download | cpython-93cf55e369c211b6c7f20e6f360ce979f04e7ff8.zip cpython-93cf55e369c211b6c7f20e6f360ce979f04e7ff8.tar.gz cpython-93cf55e369c211b6c7f20e6f360ce979f04e7ff8.tar.bz2 |
HP-Prec is not 64-bit
Diffstat (limited to 'Doc/lib/libmarshal.tex')
-rw-r--r-- | Doc/lib/libmarshal.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmarshal.tex b/Doc/lib/libmarshal.tex index 319c195..3abcc42 100644 --- a/Doc/lib/libmarshal.tex +++ b/Doc/lib/libmarshal.tex @@ -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. |