Antoine Pitrou <[email protected]> added the comment: > I'm now wondering if starmap() is tickling a bug in PyObject_Call, > perhaps memory being allocated but not checked for NULL or somesuch.
The issue is that the code paths involved here circumvent recursion checking, so the stack blows up. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14507> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
