It appears that the full stack gets printed? Not ideal...
import pretty_errors # or omit out to see base python behavior
def recursive_function():
recursive_function()
recursive_function() # Call the recursive function to trigger the recursion error
Thanks for your hard work on the package! I'll be recommending it to everyone I code with!
It appears that the full stack gets printed? Not ideal...
Thanks for your hard work on the package! I'll be recommending it to everyone I code with!