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.

classification
Title: tkSimpleDialog freezes when apply raises exception
Type: Stage:
Components: Tkinter Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, ocean-city
Priority: normal Keywords: patch

Created on 2006-11-11 03:36 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
a.py ocean-city, 2006-11-11 03:36 the script to demonstrate bug
a.patch ocean-city, 2006-11-11 03:36
Messages (2)
msg51347 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2006-11-11 03:36
Hello. I found attached "a.py" freezes when I clicked
"OK" button. (Toplevel widget is no responsible anymore)

If this is a bug, is "a.patch" right fix? Thank you.
msg51348 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-18 18:07
This looks all fine; thanks for the patch. Committed as r52782 and r52783.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44220
2006-11-11 03:36:04ocean-citycreate