whatsnew: Windows build uses ASLR and DEP.
authorR David Murray <rdmurray@bitdance.com>
Mon, 3 Mar 2014 13:26:49 +0000 (08:26 -0500)
committerR David Murray <rdmurray@bitdance.com>
Mon, 3 Mar 2014 13:26:49 +0000 (08:26 -0500)
Doc/whatsnew/3.4.rst

index 49fb9f21fbcc88c7607519691d219b527382235f..91f9362d5072e5100b3bf207c6888509542c69a5 100644 (file)
@@ -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
+  <http://en.wikipedia.org/wiki/ASLR>`_ and `Data Execution Prevention
+  <http://en.wikipedia.org/wiki/Data_Execution_Prevention>`_.  (Contributed by
+  Christian Heimes in :issue:`16632`.)
+
 
 .. _other-improvements-3.4: