]> granicus.if.org Git - python/commit
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Jun 2018 20:41:49 +0000 (13:41 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Jun 2018 20:41:49 +0000 (13:41 -0700)
commit103058e19bea48f4a80afde51df04338a753e952
tree1f97e86c5803adc720c77ac29ce7ac517cbd0c3d
parent150033d1599f55c10860a733d370707a3f7c444e
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)

(cherry picked from commit 2a4a62ba4ae770bbc7b7fdec0760031c83fe1f7b)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Lib/test/test_marshal.py
Misc/NEWS.d/next/Windows/2018-06-04-09-20-53.bpo-33720.VKDXHK.rst [new file with mode: 0644]
Python/marshal.c