Fri, 23 Jan 2015 20:27:35 +0100
Fixed a serious issue handling 'non-error' exceptions in the debugger. This bug was about 10 years old.
(grafted from b7269498aa95bdf2e28c7a23697e1b0a6cdc638b)
3495 | 1 | """Coverage.py's main entry point.""" |
2 | import sys | |
3 | from .cmdline import main | |
4 | sys.exit(main()) | |
3499
f2d4b02c7e88
Modified the Python2 coverage files to include the Python2 eflags line and fixed an issue in both variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3495
diff
changeset
|
5 | |
f2d4b02c7e88
Modified the Python2 coverage files to include the Python2 eflags line and fixed an issue in both variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3495
diff
changeset
|
6 | # |
f2d4b02c7e88
Modified the Python2 coverage files to include the Python2 eflags line and fixed an issue in both variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3495
diff
changeset
|
7 | # eflag: FileType = Python2 |