Skip to content

Instantly share code, notes, and snippets.

@marquesds
Created March 20, 2018 02:12
Show Gist options
  • Save marquesds/2d95a130a24c2305bec4660b8e9e52e2 to your computer and use it in GitHub Desktop.
Save marquesds/2d95a130a24c2305bec4660b8e9e52e2 to your computer and use it in GitHub Desktop.
import sys
RECURSION_LIMIT = 5500000
# Não faça isso em prod :)
sys.setrecursionlimit(RECURSION_LIMIT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment