mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
df88846ebc
[ 1180995 ] binary formats for marshalling floats Adds 2 new type codes for marshal (binary floats and binary complexes), a new marshal version (2), updates MAGIC and fiddles the de-serializing of code objects to be less likely to clobber the real reason for failing if it fails.