Message 228957 - Python tracker
Message228957
| 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:04 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy, kbk, taleinat, roger.serwy, RusiMody, python-dev |
| 2014-10-10 07:07:04 | serhiy.storchaka | link | issue20167 messages |
| 2014-10-10 07:07:04 | serhiy.storchaka | create | |