]> granicus.if.org Git - python/commit
fix #3653 Python could segfault if invalid values were passed to sys.excepthook
authorBenjamin Peterson <benjamin@python.org>
Sat, 23 Aug 2008 20:08:07 +0000 (20:08 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 23 Aug 2008 20:08:07 +0000 (20:08 +0000)
commit2658260f3b4984b03e60cc5856e1203e0cd1f807
treec5520bed95b05cbc09500c281f0be901db94687b
parent3c9d2efdd4f78c56073dd729f1de89b4844d5263
fix #3653 Python could segfault if invalid values were passed to sys.excepthook

Author: Daniel Diniz
Reviewer: Georg Brandl
Python/pythonrun.c