commit | 27461683a9491efe58331a695c856fbb28bd4cba | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 25 00:30:32 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Mar 25 00:30:32 2016 +0100 |
tree | c9e1aa4c40c2da0246bcd6ef889f26b60c30a6d8 | |
parent | e0511e797c483e1203a096ff96e34dc95368f843 [diff] |
warnings.formatwarning(): catch exceptions Issue #21925: warnings.formatwarning() now catches exceptions on linecache.getline(...) to be able to log ResourceWarning emitted late during the Python shutdown process.