]> granicus.if.org Git - python/commit
Issue #22384: An exception in Tkinter callback no longer crashes the program
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 14 Sep 2014 18:17:32 +0000 (21:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 14 Sep 2014 18:17:32 +0000 (21:17 +0300)
commit9502487781315a5151b5f3e3067baad7ce54e85d
tree020c6322e5c23ab4c9005572597a79c982b10acd
parentd9cf65f00ec41c251296ae56737a541c68b60510
Issue #22384: An exception in Tkinter callback no longer crashes the program
when it is run with pythonw.exe.

Documented that Tk.report_callback_exception() is purposed to be overriden in
applications.
Lib/tkinter/__init__.py
Misc/NEWS