Stack_overflow error

Aung Thet Naing aung.thetnaing at gmail.com
Mon Nov 19 19:49:13 EST 2012


I'm having Stack_overflow exception in _ctypes_callproc (callproc.c). The error actually come from the:

 cleanup:
    for (i = 0; i < argcount; ++i)
        Py_XDECREF(args[i].keep);

when args[i].keep->ob_refCnt == 1

Aung. 




More information about the Python-list mailing list