]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Indented and repaired the maze of #ifdefs setting USE_RECURSION_LIMIT.
authorTim Peters <tim.peters@gmail.com>
Sat, 22 Nov 2003 03:46:30 +0000 (03:46 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 22 Nov 2003 03:46:30 +0000 (03:46 +0000)
commit3c64e7ac58ed0afbd8265cf5c383251a565bdb29
treed8528a2899377e08692f5e7d247c4a6df1be60a3
parentb1b3d080cb621e773dd0adedfa841e47cb14a209
Indented and repaired the maze of #ifdefs setting USE_RECURSION_LIMIT.
Indented because it was incomprehensible.  "Repaired" means someone
checked in a change that screwed up the multiple nesting levels, causing
USE_RECURSION_LIMIT to stop getting defined on all non-LP64 boxes other
than FreeBSD.  Tried to repair that in a more-robust way.  That error
in turn caused a bogus change to get checked in to test_re.py, which I
repaired earlier.

This needs fresh testing on all non-Win32 platforms (Win32 never used
USE_RECURSION_LIMIT, and still doesn't).  Running the standard test_re.py
is an adequate test.
Modules/_sre.c