]> granicus.if.org Git - python/commit
This is my patch:
authorMichael W. Hudson <mwh@python.net>
Fri, 3 Jun 2005 14:41:55 +0000 (14:41 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 3 Jun 2005 14:41:55 +0000 (14:41 +0000)
commitdf88846ebca9186514e86bc2067242233ade4608
tree345828bee8f325fc38b74827a08f80e098dff9ea
parent268e61cf7458d85d2e100480635390ebd480088f
This is my patch:

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.
Include/marshal.h
Lib/test/test_marshal.py
Misc/NEWS
Python/import.c
Python/marshal.c