cpython/Lib/test/test_warnings
Victor Stinner 27461683a9 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.
2016-03-25 00:30:32 +01:00
..
data
__init__.py warnings.formatwarning(): catch exceptions 2016-03-25 00:30:32 +01:00
__main__.py