[issue28962] Crash when throwing an exception with a malicious __hash__ override

Xavier Combelle report at bugs.python.org
Thu Dec 22 08:16:49 EST 2016


Xavier Combelle added the comment:

To my knowledge it is not the kind of arbitrary code which could segfault python code. It is far different for example that the fact by using bytecode magic you can segfault the interpreter, as this last case is explicitly warned in documentation.

----------
nosy: +xcombelle

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


More information about the Python-bugs-list mailing list