Message221467
| Author | terry.reedy |
|---|---|
| Recipients | kbk, ned.deily, python-dev, roger.serwy, serhiy.storchaka, terry.reedy |
| Date | 2014-06-24.15:16:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1403622991.9.0.799579160909.issue20567@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I recently saw the same message when developing an individual idle_test module on repository debug builds even though all class attributes were being deleted. One was an Idle EditorWindow. I solved the problem by deleting the class attributes other than root before root.destroy. I should recheck all modules/classes with attributes other than root. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-06-24 15:16:31 | terry.reedy | set | recipients: + terry.reedy, kbk, ned.deily, roger.serwy, python-dev, serhiy.storchaka |
| 2014-06-24 15:16:31 | terry.reedy | set | messageid: <1403622991.9.0.799579160909.issue20567@psf.upfronthosting.co.za> |
| 2014-06-24 15:16:31 | terry.reedy | link | issue20567 messages |
| 2014-06-24 15:16:31 | terry.reedy | create | |