Message302628
| Author | cheryl.sabella |
|---|---|
| Recipients | cheryl.sabella, terry.reedy |
| Date | 2017-09-20.15:38:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1505921882.77.0.274868152253.issue31493@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Sorry, I didn't see this until now. I added a line to editor.py in #31529 for this error message. In _close() in editor.py, self.text was being set to None which wasn't calling the __del__ function of multicall. I added a line to unbind "<<toggle-code-context>>", which made the error go away. I don't know if that's the proper fix or not, but it seemed the error was occurring because the `after` wasn't being removed at the right time. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-20 15:38:02 | cheryl.sabella | set | recipients: + cheryl.sabella, terry.reedy |
| 2017-09-20 15:38:02 | cheryl.sabella | set | messageid: <1505921882.77.0.274868152253.issue31493@psf.upfronthosting.co.za> |
| 2017-09-20 15:38:02 | cheryl.sabella | link | issue31493 messages |
| 2017-09-20 15:38:02 | cheryl.sabella | create | |