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 theller
Recipients barry, doko, loewis, theller
Date 2008-12-10.09:20:29
SpamBayes Score 0.0010270352
Marked as misclassified No
Message-id <1228900830.57.0.249455904264.issue4303@psf.upfronthosting.co.za>
In-reply-to
Content
Is this really a regression?  I do not think so; the libffi library
included with the Python 2.5 ctypes does not support closures on the
arm. See file Modules/_ctypes/libffi/src/arm/ffitarget.h, it contains
'#define FFI_CLOSURES 0'.
History
Date User Action Args
2008-12-10 09:20:30thellersetrecipients: + theller, loewis, barry, doko
2008-12-10 09:20:30thellersetmessageid: <1228900830.57.0.249455904264.issue4303@psf.upfronthosting.co.za>
2008-12-10 09:20:29thellerlinkissue4303 messages
2008-12-10 09:20:29thellercreate