This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:35nik.lutz@gmail.comsetrecipients: + nik.lutz@gmail.com, theller, ocean-city, warlock, mkp, robince
2010-04-05 11:44:35nik.lutz@gmail.comsetmessageid: <1270467875.54.0.89260289644.issue6869@psf.upfronthosting.co.za>
2010-04-05 11:44:33nik.lutz@gmail.comlinkissue6869 messages
2010-04-05 11:44:32nik.lutz@gmail.comcreate