Message 158335 - Python tracker
Message158335
| 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:03 | pitrou | set | recipients: + pitrou, rhettinger, terry.reedy, kristjan.jonsson, ezio.melotti, progrper |
| 2012-04-15 14:38:03 | pitrou | set | messageid: <1334500683.23.0.509756174358.issue14507@psf.upfronthosting.co.za> |
| 2012-04-15 14:38:02 | pitrou | link | issue14507 messages |
| 2012-04-15 14:38:02 | pitrou | create | |