]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 30 Oct 2014 09:17:59 +0000 (10:17 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 30 Oct 2014 09:17:59 +0000 (10:17 +0100)
commit3188f828bb62d9d1881d5129650a5aae92ee29dc
tree032bd0f715f0c0a786416d4617df7d152553e991
parent51a43703afa0f4de9c2fb2ff4ce3a75e499c5e4e
parent5e78f4daa8d4d6b2813401fbb6846929941e9a57
(Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if
PyFile_GetLine() failed. Patch written by Xavier de Gaye.
Python/traceback.c