diff options
author | Trent Mick <trentm@activestate.com> | 2000-08-16 22:29:55 (GMT) |
---|---|---|
committer | Trent Mick <trentm@activestate.com> | 2000-08-16 22:29:55 (GMT) |
commit | 239548f37da61f31206f9db912d7897431971b63 (patch) | |
tree | d53ab27e950c2e5c8edcfa01d6f516e083eebb8e /Python | |
parent | 1aebadf0e5c8f5c7f8ff994c9ee4dba20115ceec (diff) | |
download | cpython-239548f37da61f31206f9db912d7897431971b63.zip cpython-239548f37da61f31206f9db912d7897431971b63.tar.gz cpython-239548f37da61f31206f9db912d7897431971b63.tar.bz2 |
The sre test suite currently overruns the stack on Win64, Linux64, and Monterey
(64-bit AIX) This is because the RECURSION_LIMIT is too low. This patch lowers
to recusion limit to 7500 such that the recusion check fires before a segfault.
Fredrik suggested/approved the fix in private email, modulo sre's recusion
limit checking no being necessary when PyOS_CheckStack is implemented for
Windows.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions