From: Christian Heimes Date: Wed, 20 Nov 2013 16:43:23 +0000 (+0100) Subject: Issue #16632: Enable DEP and ASLR on Windows. X-Git-Tag: v3.4.0b1~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3bf35eee4d48e214d9684d788934262687dbea3;p=thirdparty%2FPython%2Fcpython.git Issue #16632: Enable DEP and ASLR on Windows. --- diff --git a/Misc/NEWS b/Misc/NEWS index d39e65c6fd6e..146d46a3278d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -307,6 +307,8 @@ Tests Build ----- +- Issue #16632: Enable DEP and ASLR on Windows. + - Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h - Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 6be0ba2645ed..7c8e053a85d5 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -49,9 +49,8 @@ true $(OutDir)$(TargetName).pdb Windows - false - - + true + true MachineX86