Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Mar 2015 01:25:25 +0000 (02:25 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 25 Mar 2015 01:25:25 +0000 (02:25 +0100)
commit81f241ab2e19db9e421a300c00f9fb1c4e0003df
tree826aecc4575aaaca63a6d02900850382b36dbaa3
parent84092ac3705ffe371f5f1ec8ecc8c2830861ba9e
Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),
close the binary file to fix a resource warning.
Python/traceback.c