[issue30570] issubclass segfaults on objects with weird __getattr__

R. David Murray report at bugs.python.org
Mon Jun 5 08:03:56 EDT 2017


R. David Murray added the comment:

Yes, but we try to make it not possible to segfault the interpreter with pure python code that isn't intentionally mucking with C-level stuff, so this is a bug we would like to fix.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list