[issue37524] IDLE error on closing 3.8+ debug build

Terry J. Reedy report at bugs.python.org
Fri Jul 12 11:32:57 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Possible sweep-more-under-the-rug fix for both current issues: add links and, after current 'except tkinter.TclError',

            except AttributeError:
                pass

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37524>
_______________________________________


More information about the Python-bugs-list mailing list