RecursionError: maximum recursion depth exceeded while calling a Python object

Issue #2 new
Former user created an issue

Hello, I get this error when I make a lot of queries to my mongodb server. You can see the gist at https://gist.github.com/youtux/e64918c09bf237869443.

It is clearly caused by the fact that MongoProtocol.data_received is a recursive function, and Python cannot optimize tail recursion.

Could you please fix this? I would like to use my program in production.

Thank you so much.

Comments (0)

  1. Log in to comment