[issue30570] issubclass segfaults on objects with weird __getattr__

Carl Friedrich Bolz-Tereick report at bugs.python.org
Mon Oct 18 03:10:04 EDT 2021


Carl Friedrich Bolz-Tereick <cfbolz at gmx.de> added the comment:

PyPy raises a RecursionError here, which sounds like an ok outcome. So simply checking for the recursion would also be a way of fixing this...

----------
nosy: +Carl.Friedrich.Bolz

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


More information about the Python-bugs-list mailing list