using re: hitting recursion limit
Terry Reedy
tjreedy at udel.edu
Tue Oct 26 16:06:27 EDT 2004
More information about the Python-list mailing list
Tue Oct 26 16:06:27 EDT 2004
- Previous message (by thread): using re: hitting recursion limit
- Next message (by thread): using re: hitting recursion limit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Erik Johnson" <spam at nospam.org> wrote in message news:417eab49$1 at nntp.zianet.com... > One question is, "Does getting this error actually mean I have hit my > process' stack memory limit or is there possibly some artificial > recursion > limit set in front of that?" If there is some number I can push up, I'd > be > happy to let it run until the OS axes it for exceeding it's process > limits Perhaps you are looking fo sys.getrecursionlimit() sys.setrecursionlimit(n) Terry J. Reedy
- Previous message (by thread): using re: hitting recursion limit
- Next message (by thread): using re: hitting recursion limit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list