[issue29221] ABC Recursion Error on isinstance() with less than recursion limit class hierarchy depth

Raymond Hettinger report at bugs.python.org
Tue Jan 10 23:51:31 EST 2017


Raymond Hettinger added the comment:

Not sure if this is related, but I have a simple Cache class that gets a recursion error at a depth of about 166 calls (a sixth of the expected 1000).  I suspect that the reason is the many of the steps individually add to the recursion depth causing the recursion limit to be reached at some integer multiple faster than would be expected.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list