Rohit Mediratta added the comment:

It's set to 1000, I didnt change during install, so it's likely set to the 
default value.

>>> import sys
>>> sys.getrecursionlimit()
1000


I also have a lot of memory free (87G) to run scripts (should be able to handle 
without running into issues)

[/loc/rom/pyd/cpython] $ free -m
             total       used       free     shared    buffers     cached
Mem:         96870       9849      87021          0        716       7512
-/+ buffers/cache:       1620      95250
Swap:            0          0          0

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27277>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to