[issue6869] Embedded python crashed on 4th run, if "ctypes" is used

nik report at bugs.python.org
Mon Apr 5 13:44:35 CEST 2010


nik <nik.lutz at gmail.com> added the comment:

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

----------
nosy: +nik.lutz at gmail.com

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6869>
_______________________________________


More information about the Python-bugs-list mailing list