]> granicus.if.org Git - python/commit
Fix fuzz testing for marshal.loads(). (GH-8106)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Jul 2018 10:44:34 +0000 (03:44 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Jul 2018 10:44:34 +0000 (03:44 -0700)
commite1adc65c53f5a92dd7c648a3f2a0d9b9cc08419e
treea381c6ca332a0a2373c7c97975b211768ec93899
parent878c4fe40e8954372e9bf80ae555045ecae68e73
Fix fuzz testing for marshal.loads(). (GH-8106)

(cherry picked from commit 09bb918a61031377d720f1a0fa1fe53c962791b6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_marshal.py