From: R David Murray Date: Mon, 3 Mar 2014 13:26:49 +0000 (-0500) Subject: whatsnew: Windows build uses ASLR and DEP. X-Git-Tag: v3.4.1rc1~233^2~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66902edf23e885866a0bc5f808909bf32fb84bb0;p=thirdparty%2FPython%2Fcpython.git whatsnew: Windows build uses ASLR and DEP. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 49fb9f21fbcc..91f9362d5072 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1547,6 +1547,11 @@ Other Build and C API Changes values from :envvar:`PYTHONIOENCODING` if it exists. (Contributed by Bastien Montagne and Nick Coghlan in :issue:`16129`.) +* The Windows build now uses `Address Space Layout Randomization + `_ and `Data Execution Prevention + `_. (Contributed by + Christian Heimes in :issue:`16632`.) + .. _other-improvements-3.4: