]> granicus.if.org Git - python/commit
Issue #7019: An attempt to unmarshal bad long data could produce
authorMark Dickinson <dickinsm@gmail.com>
Sat, 3 Oct 2009 08:15:49 +0000 (08:15 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 3 Oct 2009 08:15:49 +0000 (08:15 +0000)
commitc3a12775e26f8c8f4148cb247dc88bc38f05dc58
tree09ad84efb85f3136839cbeb285f05a9f7916fb6e
parent7664bfe4e2540f07651372075d3179ab2f93988b
Issue #7019: An attempt to unmarshal bad long data could produce
unnormalized PyLong objects; make it raise ValueError instead.
Lib/test/test_marshal.py
Misc/NEWS
Python/marshal.c