This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients RusiMody, kbk, python-dev, roger.serwy, serhiy.storchaka, taleinat, terry.reedy
Date 2014-10-10.07:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2189683.M1snABybWm@raxxla>
In-reply-to <1412924105.3.0.086383197009.issue20167@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2014-10-10 07:07:04serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, taleinat, roger.serwy, RusiMody, python-dev
2014-10-10 07:07:04serhiy.storchakalinkissue20167 messages
2014-10-10 07:07:04serhiy.storchakacreate