python-goose
python-goose copied to clipboard
Maximum recursion depth exceeded
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.