]> granicus.if.org Git - python/commit
[3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Oct 2017 22:14:19 +0000 (15:14 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Oct 2017 22:14:19 +0000 (01:14 +0300)
commit2712247ec94dcc12cf9abeec78f18f54fcc3357a
tree75e8771fb391d7f199ed20cc464cb93724b72f39
parent858ea4354fafa36e57859d2dfd70f8a057984075
[3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014) (#4024)

(cherry picked from commit de86073a761cd3539aaca6f886a1f55effc0d9da)
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