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 zach.ware
Recipients amaury.forgeotdarc, belopolsky, blastwave, meador.inge, zach.ware
Date 2016-05-26.22:01:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464300085.82.0.117497454378.issue27133@psf.upfronthosting.co.za>
In-reply-to
Content
Would you be interested in submitting a patch?  The whole ctypes package and the bundled libffi in particular are fairly unloved.

As a workaround, if you have libffi installed on your system, you can use the '--with-system-ffi' flag to Python's configure script to direct the ctypes build to use the installed libffi.

Also note that unless you specifically need ctypes (or are building for someone who might), it may not be the end of the world for ctypes to not be available; the overall build should not fail just due to a ctypes build failure.
History
Date User Action Args
2016-05-26 22:01:25zach.waresetrecipients: + zach.ware, amaury.forgeotdarc, belopolsky, meador.inge, blastwave
2016-05-26 22:01:25zach.waresetmessageid: <1464300085.82.0.117497454378.issue27133@psf.upfronthosting.co.za>
2016-05-26 22:01:25zach.warelinkissue27133 messages
2016-05-26 22:01:25zach.warecreate