]> granicus.if.org Git - python/commit
bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Jul 2018 08:45:24 +0000 (01:45 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Jul 2018 08:45:24 +0000 (01:45 -0700)
commit3f121a40c7526aedb2a40a1be8f0ae96b267bf26
tree2864b7631670777c4f7727cc914bead567927954
parent4881360d1f12b1aaf8d6b5212052fbe751fe68a8
bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)

(cherry picked from commit fc05e68d8fac70349b7ea17ec14e7e0cfa956121)

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