]> granicus.if.org Git - python/commit
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
authorZane Bitter <zbitter@redhat.com>
Tue, 17 Oct 2017 21:29:39 +0000 (17:29 -0400)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Oct 2017 21:29:39 +0000 (00:29 +0300)
commitde86073a761cd3539aaca6f886a1f55effc0d9da
tree8277693d0d29d8b9cbe06449c9d048fb0aadfe9b
parent191e3138200906e43cba9347177914325b54843f
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Lib/idlelib/idle_test/test_run.py [new file with mode: 0644]
Lib/idlelib/run.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2017-10-17-13-29-19.bpo-28603._-oia3.rst [new file with mode: 0644]
Misc/NEWS.d/next/IDLE/2017-10-17-13-26-13.bpo-28603.TMEQfp.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2017-10-17-12-29-18.bpo-28603.tGuX2C.rst [new file with mode: 0644]
Python/pythonrun.c