Message133440
| Author | eltoder |
|---|---|
| Recipients | benjamin.peterson, daniel.urban, eltoder, eric.araujo, nadeem.vawda, pitrou, terry.reedy, thet |
| Date | 2011-04-10.02:28:38 |
| SpamBayes Score | 3.2571777e-05 |
| Marked as misclassified | No |
| Message-id | <1302402519.35.0.369959954681.issue5996@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This patch fixes the problem by moving the check from object_new to PyType_GenericAlloc. The check is very cheap, so this should not be an issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-04-10 02:28:39 | eltoder | set | recipients: + eltoder, terry.reedy, pitrou, nadeem.vawda, benjamin.peterson, eric.araujo, thet, daniel.urban |
| 2011-04-10 02:28:39 | eltoder | set | messageid: <1302402519.35.0.369959954681.issue5996@psf.upfronthosting.co.za> |
| 2011-04-10 02:28:38 | eltoder | link | issue5996 messages |
| 2011-04-10 02:28:38 | eltoder | create | |