Jeremy Kloth added the comment:

Indeed, after debugging, it is a stack overflow caused by the introduction of 
the different temporary variables in the Py_XINCREF, Py_XDECREF, and Py_DECREF 
macros.

I've attached an updated patch that reuses the _py_tmp variable for those 
temporary assignments thus keeping the required stack size down.

----------
nosy: +jkloth
Added file: http://bugs.python.org/file30625/object.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17206>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to