[Python-Dev] r42003 - python/trunk/Lib/test/outstanding_bugs.pypython/trunk/Lib/test/outstanding_crashes.py
Fredrik Lundh
fredrik at pythonware.com
Tue Jan 10 21:00:51 CET 2006
time to synchronize your activities a bit ?
> Author: neal.norwitz
> Date: Tue Jan 10 08:49:41 2006
> New Revision: 42000
>
> Added:
> python/trunk/Lib/test/crashers/
> python/trunk/Lib/test/crashers/README
> python/trunk/Lib/test/crashers/coerce.py
> python/trunk/Lib/test/crashers/weakref_in_del.py
> python/trunk/Lib/test/crashers/xml_parsers.py
> Log:
> As I threatened on python-dev, add a directory which contains all known
> bugs which cause the interpreter to crash. I'm sure we can find a few
> more. Many missing bugs deal with variations on unchecked infinite recursion
> (like coerce.py).
> Author: georg.brandl
> Date: Tue Jan 10 20:29:24 2006
> New Revision: 42003
>
> Added:
> python/trunk/Lib/test/outstanding_crashes.py
> Modified:
> python/trunk/Lib/test/outstanding_bugs.py
> Log:
> Add outstanding_crashes.py with tests for crashes.
More information about the Python-Dev
mailing list