]> 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:18:31 +0000 (21:18 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 14 Sep 2014 18:18:31 +0000 (21:18 +0300)
commit4ff91eb5e38517222ab4e65c1f9d0757c29cebc7
tree0669c69168dbaccb0d823876ecacc6f65bf9cff5
parentf42cbff27e572903a1f8c7315a87a02d68e9c637
parent9502487781315a5151b5f3e3067baad7ce54e85d
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