Viewing profile — Hellios
Hellios
HN member- Joined
- Thu, Mar 06, 2014, 9:20 PM UTC
- HN karma
- 3
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About Hellios
No profile information was provided.
Recent public activity
-
comment
Comment #7365877
You can increase the recursion limit like this: import sys sys.setrecursionlimit(x) Kind of a "hackish" way to do things but you can do it if you need to.