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, vstinner
Date 2011-11-30.12:20:03
SpamBayes Score 0.006685921
Marked as misclassified No
Message-id <1322655604.23.0.598398075147.issue13097@psf.upfronthosting.co.za>
In-reply-to
Content
Right, alloca() could be replaced by some malloc(), but is it really useful?  After all, when a C function calls back to Python, all arguments needs to be pushed to the stack anyway.
History
Date User Action Args
2011-11-30 12:20:04amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, belopolsky, vstinner, meador.inge
2011-11-30 12:20:04amaury.forgeotdarcsetmessageid: <1322655604.23.0.598398075147.issue13097@psf.upfronthosting.co.za>
2011-11-30 12:20:03amaury.forgeotdarclinkissue13097 messages
2011-11-30 12:20:03amaury.forgeotdarccreate