]> 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:11 +0000 (03:44 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Jul 2018 10:44:11 +0000 (03:44 -0700)
commit51a346d0753c52cc1ab3fef9b35c9ded3fddb325
tree94e4d88c76828f7c9d0486c783324524a4016f9a
parent3f121a40c7526aedb2a40a1be8f0ae96b267bf26
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