]> granicus.if.org Git - python/commit
Merge 3.5
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 23:33:12 +0000 (00:33 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 23:33:12 +0000 (00:33 +0100)
commite091d32a7ac514a415161043c4a70e1765363c5a
treef1c6f637623209de8eab8ce03f8e9596f8909415
parent3aac0adfe01b30fc58c638c5ab61844e80b3fd66
parent27461683a9491efe58331a695c856fbb28bd4cba
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.
Lib/test/test_warnings/__init__.py
Lib/warnings.py
Misc/NEWS