commit | 5e78f4daa8d4d6b2813401fbb6846929941e9a57 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 30 10:17:27 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Oct 30 10:17:27 2014 +0100 |
tree | 1b6ca0bef23245bb5ed0b61f1fc91a9dc56f2865 | |
parent | 2acbae80165390a5be3bb12351147b8026787e13 [diff] |
Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if PyFile_GetLine() failed. Patch written by Xavier de Gaye.