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 christian.heimes, siming85, zach.ware
Date 2018-03-13.15:25:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520954733.36.0.467229070634.issue33063@psf.upfronthosting.co.za>
In-reply-to
Content
Your better option is to install libffi-devel (or whatever the correct name is ) on your system and use `./configure --with-system-ffi`.  This is the default in 3.6 and the only option in 3.7 (on any platform but Windows and macOS).
History
Date User Action Args
2018-03-13 15:25:33zach.waresetrecipients: + zach.ware, christian.heimes, siming85
2018-03-13 15:25:33zach.waresetmessageid: <1520954733.36.0.467229070634.issue33063@psf.upfronthosting.co.za>
2018-03-13 15:25:33zach.warelinkissue33063 messages
2018-03-13 15:25:33zach.warecreate