Message 243916 - Python tracker
Message243916
| Author | petr.viktorin |
|---|---|
| Recipients | eric.snow, larry, ncoghlan, petr.viktorin |
| Date | 2015-05-23.14:49:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432392580.12.0.268801943851.issue24268@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Fix some refleaks - one in PyModule_FromDefAndSpec2 - this is my fault - one in PyType_FromSpecWithBases - I guess this is the first time PEP-384 built-in types are GC'd - one in the new PEP 489 tests There's still one more in the new testing module, _testmultiphase. I'm working on it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-23 14:49:40 | petr.viktorin | set | recipients: + petr.viktorin, ncoghlan, larry, eric.snow |
| 2015-05-23 14:49:40 | petr.viktorin | set | messageid: <1432392580.12.0.268801943851.issue24268@psf.upfronthosting.co.za> |
| 2015-05-23 14:49:40 | petr.viktorin | link | issue24268 messages |
| 2015-05-23 14:49:40 | petr.viktorin | create | |