summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-06-04 20:25:00 (GMT)
committerGitHub <noreply@github.com>2018-06-04 20:25:00 (GMT)
commit2a4a62ba4ae770bbc7b7fdec0760031c83fe1f7b (patch)
tree733d41607d331ca4401a34ad06908f5549c3aaa1 /Misc
parentb609e687a076d77bdd687f5e4def85e29a044bfc (diff)
downloadcpython-2a4a62ba4ae770bbc7b7fdec0760031c83fe1f7b.zip
cpython-2a4a62ba4ae770bbc7b7fdec0760031c83fe1f7b.tar.gz
cpython-2a4a62ba4ae770bbc7b7fdec0760031c83fe1f7b.tar.bz2
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2018-06-04-09-20-53.bpo-33720.VKDXHK.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-06-04-09-20-53.bpo-33720.VKDXHK.rst b/Misc/NEWS.d/next/Windows/2018-06-04-09-20-53.bpo-33720.VKDXHK.rst
new file mode 100644
index 0000000..f7e2f9d
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2018-06-04-09-20-53.bpo-33720.VKDXHK.rst
@@ -0,0 +1 @@
+Reduces maximum marshal recursion depth on release builds.