From 86cf5144010625a6fc95724938bbc0e617116aa5 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 5 May 2020 18:45:35 +0100 Subject: [PATCH] bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845) (cherry picked from commit ac4bf424119d1300f57929120968e216a85d3a25) Co-authored-by: Steve Dower --- .../NEWS.d/next/Windows/2020-05-01-20-57-57.bpo-40458.Eb0ueI.rst | 1 + PCbuild/python_uwp.vcxproj | 1 + PCbuild/pythonw_uwp.vcxproj | 1 + 3 files changed, 3 insertions(+) create mode 100644 Misc/NEWS.d/next/Windows/2020-05-01-20-57-57.bpo-40458.Eb0ueI.rst 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 00000000000000..4dc1ff480df87a --- /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. diff --git a/PCbuild/python_uwp.vcxproj b/PCbuild/python_uwp.vcxproj index 5ff120a0da331a..fb27e9e71222e3 100644 --- a/PCbuild/python_uwp.vcxproj +++ b/PCbuild/python_uwp.vcxproj @@ -95,6 +95,7 @@ windowsapp.lib;%(AdditionalDependencies) Console + 2000000 diff --git a/PCbuild/pythonw_uwp.vcxproj b/PCbuild/pythonw_uwp.vcxproj index 828d0d1ccac217..e21e46a1b722ed 100644 --- a/PCbuild/pythonw_uwp.vcxproj +++ b/PCbuild/pythonw_uwp.vcxproj @@ -95,6 +95,7 @@ windowsapp.lib;%(AdditionalDependencies) Windows + 2000000