Gregory P. Smith <[email protected]> added the comment:
This is a stack overflow in Objects/abstract.c because we infinitely recurse within abstract_issubclass(). We should probably do some validity checking on the bases tuple that abstract_get_bases returns (ideally within abstract_get_bases?). The tuple must contain types. ---------- nosy: +gregory.p.smith _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue30570> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
