]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Apr 2020 03:25:06 +0000 (20:25 -0700)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 03:25:06 +0000 (20:25 -0700)
commit15337726e5b92976c2815d05c514804e9aa49a8c
tree07953110a87dff9bedf04be2b3947fbd67b6827d
parente6685ad05385f8cb492e8e1c7c07889a94517f55
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.
(cherry picked from commit 52013e5b6d5ca32eef5a3d65ecdf7db89cefc2fd)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
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]