[Python-checkins] CVS: python/dist/src/Misc find_recursionlimit.py,NONE,1.1

Barry A. Warsaw python-dev@python.org
Thu, 31 Aug 2000 17:14:59 -0400 (EDT)


I wonder if find_recursionlimit.py shouldn't go in Tools and perhaps
be run as a separate rule in the Makefile (with a corresponding
cleanup of the inevitable core file, and a printing of the last
reasonable value returned).  Or you can write a simple Python wrapper
around find_recursionlimit.py that did the parenthetical tasks.

-Barry