[Python-bugs-list] [Bug #112573] test_re crashes when compiled with -DPy_DEBUG

noreply@sourceforge.net noreply@sourceforge.net
Fri, 25 Aug 2000 04:36:06 -0700


Bug #112573, was updated on 2000-Aug-23 11:57
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Closed
Resolution: Wont Fix
Bug Group: None
Priority: 7
Summary: test_re crashes when compiled with -DPy_DEBUG

Details: ./python ../Lib/test/test_re.py
Adding parser accelerators ...
Done.
Running tests on re.search and re.match
Running tests on re.sub
Running tests on symbolic references
Running tests on re.subn
Running tests on re.split
Running tests on re.findall
Running tests on re.match
Running tests on re.escape
Pickling a RegexObject instance
Test engine limitations
maximum recursion limit exceeded
FATAL: node type 304, required 310
Aborted (core dumped)
bitdiddle:~/src/python/dist/src/build-Py_DEBUG> 


Follow-Ups:

Date: 2000-Aug-25 04:36
By: effbot

Comment:
caused by broken assertions in the compiler, not SRE itself.
see discussion on python-dev.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=112573&group_id=5470