cpython/Lib/test/test_warnings
Victor Stinner e091d32a7a Merge 3.5
Issue #21925: warnings.formatwarning() now catches exceptions when calling
linecache.getline() and tracemalloc.get_object_traceback() to be able to log
ResourceWarning emitted late during the Python shutdown process.
2016-03-25 00:33:12 +01:00
..
data
__init__.py Merge 3.5 2016-03-25 00:33:12 +01:00
__main__.py