[Python-Dev] r42003 - python/trunk/Lib/test/outstanding_bugs.pypython/trunk/Lib/test/outstanding_crashes.py (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Tue Jan 10 21:00:51 CET 2006
- Previous message: [Python-Dev] Py_ssize_t output parameters (Was: [Python-checkins] r41971 ...)
- Next message: [Python-Dev] Include ctypes into core Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/weakrefindel.py python/trunk/Lib/test/crashers/xmlparsers.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/outstandingcrashes.py Modified: python/trunk/Lib/test/outstandingbugs.py Log: Add outstandingcrashes.py with tests for crashes.
- Previous message: [Python-Dev] Py_ssize_t output parameters (Was: [Python-checkins] r41971 ...)
- Next message: [Python-Dev] Include ctypes into core Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]