Created
March 20, 2018 02:12
-
-
Save marquesds/2d95a130a24c2305bec4660b8e9e52e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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