Re: Stack_overflow error

2012-12-13 Thread Aung Thet Naing
I'm sorry that I have been away from this issue for a while. Yes, I'm working on windows. I need to review the error again so that I could rephrase my issue clearly. Thanks. Aung. On Tuesday, November 20, 2012 10:40:42 AM UTC-8, Dieter Maurer wrote: Aung Thet Naing

Re: Stack_overflow error

2012-11-20 Thread Dieter Maurer
Aung Thet Naing aung.thetna...@gmail.com writes: 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 Really a stack overflow

Stack_overflow error

2012-11-19 Thread Aung Thet Naing
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. -- http://mail.python.org/mailman/listinfo/python-list

Re: Stack_overflow error

2012-11-19 Thread Chris Angelico
On Tue, Nov 20, 2012 at 11:49 AM, Aung Thet Naing aung.thetna...@gmail.com wrote: 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