commit | 5272fa9c5707b3cdcd6f49fdaf595b21bec6b2bd | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Dec 19 13:39:32 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Dec 19 13:39:32 2013 +0100 |
tree | a67e2267c4c178ff38947bdbf2ed08c41263cb22 | |
parent | f326665fe7d89df3617b142749c195187ba56d0e [diff] |
Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear the exception to not call open() with an exception set.