]> 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:16 +0000 (21:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 14 Sep 2014 18:17:16 +0000 (21:17 +0300)
commit2971c5e97d657d76141b7dbf694bb0546562ab4a
treed922f2a862ef0f2466b7c356d20eb259cc76f6ef
parent7644ff1fb1860ffb5ce83342349f8b905dac633f
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/lib-tk/Tkinter.py