mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
whatsnew: Windows build uses ASLR and DEP.
This commit is contained in:
parent
a537eb45fd
commit
66902edf23
1 changed files with 5 additions and 0 deletions
|
@ -1547,6 +1547,11 @@ Other Build and C API Changes
|
||||||
values from :envvar:`PYTHONIOENCODING` if it exists. (Contributed
|
values from :envvar:`PYTHONIOENCODING` if it exists. (Contributed
|
||||||
by Bastien Montagne and Nick Coghlan in :issue:`16129`.)
|
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:
|
.. _other-improvements-3.4:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue