mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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.
This commit is contained in:
parent
6e623ff9d2
commit
52013e5b6d
4 changed files with 32 additions and 15 deletions
|
@ -3,6 +3,9 @@ Released on 2020-10-05?
|
|||
======================================
|
||||
|
||||
|
||||
bpo-38689: IDLE will no longer freeze when inspect.signature fails
|
||||
when fetching a calltip.
|
||||
|
||||
bpo-27115: For 'Go to Line', use a Query entry box subclass with
|
||||
IDLE standard behavior and improved error checking.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue