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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, belopolsky, meador.inge, neologix
Date 2011-09-12.07:57:33
SpamBayes Score 0.017448844
Marked as misclassified No
Message-id <1315814254.56.0.360537835079.issue12881@psf.upfronthosting.co.za>
In-reply-to
Content
Note that there is at least one other place where alloca() is used with potentially large values: the POINTER() function in callproc.c.
Also, PyUnicode_FromFormat could be used instead of sprintf.
History
Date User Action Args
2011-09-12 07:57:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, belopolsky, meador.inge, neologix
2011-09-12 07:57:34amaury.forgeotdarcsetmessageid: <1315814254.56.0.360537835079.issue12881@psf.upfronthosting.co.za>
2011-09-12 07:57:33amaury.forgeotdarclinkissue12881 messages
2011-09-12 07:57:33amaury.forgeotdarccreate