Lines Matching full:marshal
1428 - Issue #23392: Added tests for marshal C API that works with FILE*.
3134 with size >= 2**31), instead of producing illegal marshal data.
7298 deserialization of floats and complex numbers using marshal, pickle and json;
7459 - Issue #5994: The marshal module now has docstrings.
9705 - Issue #3116: marshal.dumps() had quadratic behavior for strings > 32Mb.
11227 - Fix bug in marshal where bad data would cause a segfault due to lack
11534 - Patch #1070046: Marshal new-style objects like InstanceType in
11757 - Marshal.dumps() now expects exact type matches for int, long, float,