This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epaine
Recipients epaine, terry.reedy
Date 2021-09-06.20:11:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630959098.15.0.983482191317.issue45103@roundup.psfhosted.org>
In-reply-to
Content
IDLE is hanging on Lib/idlelib/configdialog.py:94 (`self.wait_window()`). Commenting this does not solve the problem: I think it's in the Tk event loop somewhere, since my debugger shows the Python callback completing successfully. This still doesn't explain the behaviour, however, so I'll need to spend a bit more time tracking it down.
History
Date User Action Args
2021-09-06 20:11:38epainesetrecipients: + epaine, terry.reedy
2021-09-06 20:11:38epainesetmessageid: <1630959098.15.0.983482191317.issue45103@roundup.psfhosted.org>
2021-09-06 20:11:38epainelinkissue45103 messages
2021-09-06 20:11:38epainecreate