commit | c3502467d476a07b5a522660d3b35664ca90b345 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Mon Feb 03 23:03:49 2003 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Mon Feb 03 23:03:49 2003 +0000 |
tree | d7a2a9bf0ad168d617c4ff8bb75a8be73a0e9182 | |
parent | 894453a28db899187a2b2779915ac73bd87a1051 [diff] |
Add a new test script that tests various features of the sys module. This increases code coverage of Python/sysmodule.c from 68% to 77% (on Linux). The script doesn't exercise the error branch that handles an evil or lost sys.excepthook in Python/pythonrun.c::PyErr_PrintEx(). Also this script might not work on Jython in its current form. From SF patch #662807.