Message194131
| Author | pitrou |
|---|---|
| Recipients | Arfrever, benjamin.peterson, loewis, nascheme, pitrou, python-dev |
| Date | 2013-08-01.22:50:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1375397459.11.0.0602476120234.issue10241@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
_tkinter uses PyType_FromSpec() to create its types and then adds them to the module dict without increfing them, so there may be a refcount issue explaining that those types get garbage collected before all their instances die. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-01 22:50:59 | pitrou | set | recipients: + pitrou, loewis, nascheme, benjamin.peterson, Arfrever, python-dev |
| 2013-08-01 22:50:59 | pitrou | set | messageid: <1375397459.11.0.0602476120234.issue10241@psf.upfronthosting.co.za> |
| 2013-08-01 22:50:59 | pitrou | link | issue10241 messages |
| 2013-08-01 22:50:58 | pitrou | create | |