]> 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:48:47 +0000 (01:48 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Jul 2018 08:48:47 +0000 (01:48 -0700)
commit878c4fe40e8954372e9bf80ae555045ecae68e73
treea950e548178939d795a95cb5423bcba78692db75
parent55f39bdabc91b387c18451c78ee077e6d05d6cfe
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