Live data from Hacker News

Viewing profile — Hellios

Hellios

HN member
Joined
Thu, Mar 06, 2014, 9:20 PM UTC
HN karma
3
Public activity
1 items

About Hellios

No profile information was provided.

Recent public activity

  1. 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.