This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ezio.melotti, kristjan.jonsson, pitrou, progrper, rhettinger, terry.reedy
Date 2012-04-15.14:38:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334500683.23.0.509756174358.issue14507@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-04-15 14:38:03pitrousetrecipients: + pitrou, rhettinger, terry.reedy, kristjan.jonsson, ezio.melotti, progrper
2012-04-15 14:38:03pitrousetmessageid: <1334500683.23.0.509756174358.issue14507@psf.upfronthosting.co.za>
2012-04-15 14:38:02pitroulinkissue14507 messages
2012-04-15 14:38:02pitroucreate