Fork me on GitHub

  1. Fixing error - maximum recursion depth reached

    August 31, 2013

    Hi there folks. In this post I am going to teach you how to increase the recursion depth in python. Most of us at some time get this error :

    RuntimeError: maximum recursion depth exceeded
    

    If you want to fix this error just increase the default recursion depth limit but how ...

    read more