python-goose icon indicating copy to clipboard operation
python-goose copied to clipboard

Maximum recursion depth exceeded

Open slitayem opened this issue 10 years ago • 0 comments

This recursive call https://github.com/grangier/python-goose/blob/develop/goose/init.py#L69 is raising the exception

 RuntimeError: maximum recursion depth exceeded in __instancecheck__

The default recursion limit is 1000 and it can be exceeded.

slitayem avatar Feb 05 '15 15:02 slitayem