> Start your python interpreter and: > > >>> import sys > >>> sys.getrecursionlimit() > 1000 > >>> help(sys.setrecursionlimit) Ooh, that's nice. When did the ability to tweak it programmatically appear? Or has it always been there and I've just never noticed? Looks like a good candidate for use inside an exception handler... Alan G.