]> granicus.if.org Git - python/commit
Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).
authorThomas Heller <theller@ctypes.org>
Tue, 30 Jul 2002 11:40:57 +0000 (11:40 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 30 Jul 2002 11:40:57 +0000 (11:40 +0000)
commit3e1c18ad0c6057cd29a699595b73d4ad5d5c0a3a
treec62b18b02afaa9721a2b160e32f291201c36a966
parenta6255238b2a3501ec9c005e9e1d201ef4cffff77
Fix SF 588452: debug build crashes on marshal.dumps([128] * 1000).
See there for a description.

Added test case.

Bugfix candidate for 2.2.x, not sure about previous versions:
probably low priority, because virtually no one runs debug builds.
Lib/test/test_marshal.py
Python/marshal.c