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 gregcouch
Recipients gregcouch, mthibaut, theller
Date 2007-11-28.18:18:32
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1196273912.48.0.583349517015.issue1506@psf.upfronthosting.co.za>
In-reply-to
Content
A better solution would be to use the HAVE_ALLOCA and HAVE_ALLOCA_H
defines that fficonfig.h provides to decide whether or not to include
alloca.h.  And in callproc.c whether or not to provide a workaround
using malloc (I'm assuming non-gcc sparc compilers also support alloca
for sparc/ffi.c, but I don't know for sure).
History
Date User Action Args
2009-03-09 14:28:53georg.brandlsetspambayes_score: 0.705552 -> 0.0
2007-11-28 18:18:32gregcouchsetspambayes_score: 0.705552 -> 0.705552
recipients: + gregcouch, theller, mthibaut
2007-11-28 18:18:32gregcouchsetspambayes_score: 0.705552 -> 0.705552
messageid: <1196273912.48.0.583349517015.issue1506@psf.upfronthosting.co.za>
2007-11-28 18:18:32gregcouchlinkissue1506 messages
2007-11-28 18:18:32gregcouchcreate