]> 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:24:39 +0000 (20:24 -0700)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 03:24:39 +0000 (20:24 -0700)
commit681044a0ab6c93554ff8d003c7f9fe5fdb0c83ba
tree97f0edb2516fe3bf915bd495dbd6b69e0bbaf64f
parent7f70456b92c9ff0bcc4df2a2cec213ab2a897591
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]