Staging
v0.8.1
https://github.com/python/cpython
Revision b1b3d080cb621e773dd0adedfa841e47cb14a209 authored by Tim Peters on 22 November 2003, 03:25:40 UTC, committed by Tim Peters on 22 November 2003, 03:25:40 UTC
sre in 2.3, and the backport of the 2.4 version of the tests should not
have been done.  It got confused because someone else checked a bad
change into _sre.c that caused the tests that are *supposed* to raise
a recursion exception to stop doing so on some (most?) platforms.

test_re passes again on Windows now.  Until the bad change to _sre gets
fixed, it will fail on platforms other than Windows and FreeBSD, either
by "Test Failed", or by bad consequences of C stack overflow.
1 parent f237c77
History
Tip revision: b1b3d080cb621e773dd0adedfa841e47cb14a209 authored by Tim Peters on 22 November 2003, 03:25:40 UTC
Reverted from rev 1.45.6.1 to rev 1.45: deep recursion is still part of
Tip revision: b1b3d08
File Mode Size
.cvsignore -rw-r--r-- 17 bytes
abstract.c -rw-r--r-- 45.8 KB
boolobject.c -rw-r--r-- 4.8 KB
bufferobject.c -rw-r--r-- 11.9 KB
cellobject.c -rw-r--r-- 2.3 KB
classobject.c -rw-r--r-- 59.8 KB
cobject.c -rw-r--r-- 3.6 KB
complexobject.c -rw-r--r-- 22.5 KB
descrobject.c -rw-r--r-- 30.1 KB
dictnotes.txt -rw-r--r-- 10.6 KB
dictobject.c -rw-r--r-- 52.0 KB
enumobject.c -rw-r--r-- 4.5 KB
fileobject.c -rw-r--r-- 58.8 KB
floatobject.c -rw-r--r-- 28.4 KB
frameobject.c -rw-r--r-- 21.8 KB
funcobject.c -rw-r--r-- 20.3 KB
intobject.c -rw-r--r-- 27.7 KB
iterobject.c -rw-r--r-- 5.2 KB
listobject.c -rw-r--r-- 56.8 KB
listsort.txt -rw-r--r-- 30.7 KB
longobject.c -rw-r--r-- 67.5 KB
methodobject.c -rw-r--r-- 8.1 KB
moduleobject.c -rw-r--r-- 6.2 KB
object.c -rw-r--r-- 51.7 KB
obmalloc.c -rw-r--r-- 43.1 KB
rangeobject.c -rw-r--r-- 7.5 KB
sliceobject.c -rw-r--r-- 7.5 KB
stringobject.c -rw-r--r-- 99.3 KB
structseq.c -rw-r--r-- 9.4 KB
tupleobject.c -rw-r--r-- 18.3 KB
typeobject.c -rw-r--r-- 145.3 KB
unicodectype.c -rw-r--r-- 8.4 KB
unicodeobject.c -rw-r--r-- 175.3 KB
unicodetype_db.h -rw-r--r-- 75.4 KB
weakrefobject.c -rw-r--r-- 23.0 KB

back to top