| commit | 2658260f3b4984b03e60cc5856e1203e0cd1f807 | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Sat Aug 23 20:08:07 2008 +0000 |
| committer | Benjamin Peterson <benjamin@python.org> | Sat Aug 23 20:08:07 2008 +0000 |
| tree | c5520bed95b05cbc09500c281f0be901db94687b | |
| parent | 3c9d2efdd4f78c56073dd729f1de89b4844d5263 [diff] |
fix #3653 Python could segfault if invalid values were passed to sys.excepthook Author: Daniel Diniz Reviewer: Georg Brandl