Serhiy Storchaka added the comment: > In any case, the traceback makes no sense. Before > "self.color_breakpoint_text()" in __init__ are 3 "self.text.bind" > statements. So self.text = None seems implausible.
The code runs up to self.text.update() in restore_file_breaks() and runs further only after windows closing. At this time self.text already is None. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20167> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com