summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows/2020-05-01-20-57-57.bpo-40458.Eb0ueI.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-05-05 18:03:21 (GMT)
committerGitHub <noreply@github.com>2020-05-05 18:03:21 (GMT)
commita6a116c1b964b3d1fdff0f533861ed2a2227de1f (patch)
tree534ed615f239f36504866f3f1dd251a0048a3095 /Misc/NEWS.d/next/Windows/2020-05-01-20-57-57.bpo-40458.Eb0ueI.rst
parentefc782d29e229924076ffb6645a72f26242fb3ef (diff)
downloadcpython-a6a116c1b964b3d1fdff0f533861ed2a2227de1f.zip
cpython-a6a116c1b964b3d1fdff0f533861ed2a2227de1f.tar.gz
cpython-a6a116c1b964b3d1fdff0f533861ed2a2227de1f.tar.bz2
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845)
(cherry picked from commit ac4bf424119d1300f57929120968e216a85d3a25) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Windows/2020-05-01-20-57-57.bpo-40458.Eb0ueI.rst')
-rw-r--r--Misc/NEWS.d/next/Windows/2020-05-01-20-57-57.bpo-40458.Eb0ueI.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-05-01-20-57-57.bpo-40458.Eb0ueI.rst b/Misc/NEWS.d/next/Windows/2020-05-01-20-57-57.bpo-40458.Eb0ueI.rst
new file mode 100644
index 0000000..4dc1ff4
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2020-05-01-20-57-57.bpo-40458.Eb0ueI.rst
@@ -0,0 +1 @@
+Increase reserved stack space to prevent overflow crash on Windows.