[issue25973] Segmentation fault with nonlocal and two underscores

Nick Coghlan report at bugs.python.org
Sat Mar 5 12:21:34 EST 2016


Nick Coghlan added the comment:

And as some additional background as to why segmentation faults provoked by Python code aren't currently considered a security bug: since CPython doesn't include a security sandbox, we're already relying entirely on the OS to provide process isolation.

That OS level security boundary isn't affected by whether the code is running "normally", or in a modified state following a deliberately triggered segmentation fault.

----------

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


More information about the Python-bugs-list mailing list