[issue22950] ASLR and DEP protection

Ned Deily report at bugs.python.org
Wed Nov 26 20:52:19 CET 2014


Ned Deily added the comment:

Python is supported on many platforms and the techniques and support for address layout randomization and similar techniques vary greatly.  Also, in many cases, Python is being used from a distribution built by a third-party, such as an operating system vendor or a third-party package manager, using their own preferred tooling and configurations.  In the specific case of Windows builds downloadable from python.org, it appears that ASLR and DEP have been enabled as of Python 3.4 (see Issue16632).

----------
nosy: +ned.deily
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22950>
_______________________________________


More information about the Python-bugs-list mailing list