Message102369
| Author | nik.lutz@gmail.com |
|---|---|
| Recipients | mkp, nik.lutz@gmail.com, ocean-city, robince, theller, warlock |
| Date | 2010-04-05.11:44:32 |
| SpamBayes Score | 4.7022206e-07 |
| Marked as misclassified | No |
| Message-id | <1270467875.54.0.89260289644.issue6869@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I can confirm that the patch fix this issue. I adapted the patch (variable names changed): 5523a5524 > Py_INCREF(&Struct_Type); 5529a5531 > Py_INCREF(&Union_Type); 5535a5538 > Py_INCREF(&Pointer_Type); 5541a5545 > Py_INCREF(&Array_Type); 5547a5552 > Py_INCREF(&Simple_Type); 5553a5559 > Py_INCREF(&CFuncPtr_Type); Platform: Linux (kubuntu 9.10 x64) Python: 2.6.4-0ubuntu3 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-05 11:44:35 | nik.lutz@gmail.com | set | recipients: + nik.lutz@gmail.com, theller, ocean-city, warlock, mkp, robince |
| 2010-04-05 11:44:35 | nik.lutz@gmail.com | set | messageid: <1270467875.54.0.89260289644.issue6869@psf.upfronthosting.co.za> |
| 2010-04-05 11:44:33 | nik.lutz@gmail.com | link | issue6869 messages |
| 2010-04-05 11:44:32 | nik.lutz@gmail.com | create | |