]> granicus.if.org Git - python/commit
Issue #15365: Make traceback reporting ignore any errors when printing out
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 19 Jul 2012 21:02:03 +0000 (21:02 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Thu, 19 Jul 2012 21:02:03 +0000 (21:02 +0000)
commitc5963d38429595ed334e129096815a6f56e81035
tree029f22944aed7c37fd2633bd8589987e8f65e546
parent26fe37dd3f5b994722eb093f95e917282368d7da
Issue #15365:  Make traceback reporting ignore any errors when printing out
the source line.  Such errors can't be reported anyway.  This makes error
reporting work, even if the "io" module can't be loaded.
Python/traceback.c