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 aung.thetna

Python version and svn

2012-12-13 Thread Aung Thet Naing
I'm wondering how I can match the svn versions in bug.python.org to Python version (2.7.3) etc? When I downloaded Python source from http://www.python.org/download/, I cannot really see the svn version. Thanks Aung. -- http://mail.python.org/mailman/listinfo/python-list

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