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 rhettinger
Recipients ezio.melotti, kristjan.jonsson, pitrou, progrper, rhettinger, terry.reedy
Date 2012-04-15.14:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334499286.55.0.20346645911.issue14507@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, substituting PyIter_Next() didn't help.  

There isn't much else being done in starmap.next, just a call to:
  result = PyObject_Call(lz->func, args, NULL);

I'm now wondering if starmap() is tickling a bug in PyObject_Call, perhaps memory being allocated but not checked for NULL or somesuch.
History
Date User Action Args
2012-04-15 14:14:46rhettingersetrecipients: + rhettinger, terry.reedy, pitrou, kristjan.jonsson, ezio.melotti, progrper
2012-04-15 14:14:46rhettingersetmessageid: <1334499286.55.0.20346645911.issue14507@psf.upfronthosting.co.za>
2012-04-15 14:14:45rhettingerlinkissue14507 messages
2012-04-15 14:14:45rhettingercreate