]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
authorTal Einat <taleinat+github@gmail.com>
Sat, 4 Apr 2020 03:05:58 +0000 (06:05 +0300)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 03:05:58 +0000 (23:05 -0400)
commit52013e5b6d5ca32eef5a3d65ecdf7db89cefc2fd
treeb66ad6b00c4ecd03f18bd951d0952ab728f794f9
parent6e623ff9d251e0ce86e9b18a01bfd6f067079d7a
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)

Inspect.signature failed on the test case because its isinstance call raised.
Lib/idlelib/NEWS.txt
Lib/idlelib/calltip.py
Lib/idlelib/idle_test/test_calltip.py
Misc/NEWS.d/next/IDLE/2019-11-14-12-59-19.bpo-38689.Lgfxva.rst [new file with mode: 0644]