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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29221>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to