]> granicus.if.org Git - python/commit
marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit
authorTim Peters <tim.peters@gmail.com>
Wed, 29 Aug 2001 02:28:42 +0000 (02:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 29 Aug 2001 02:28:42 +0000 (02:28 +0000)
commit8211237db89e1d77aff9d4da80059bae1cb3e881
treed84233fb30e453664bee4bf16d7b71e14c49ec24
parentda21ce3e3109c4a45f89386db42be4f0463aec11
marshal.c r_long64:  When reading a TYPE_INT64 value on a box with 32-bit
ints, convert to PyLong (rather than throwing away the high-order 32 bits).
Lib/test/test_marshal.py [new file with mode: 0644]
Misc/NEWS
Python/marshal.c