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 Alex.Willmer, koobs, stefanrink@yahoo.com, vstinner, zach.ware
Date 2018-10-11.16:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539274238.39.0.788709270274.issue34957@psf.upfronthosting.co.za>
In-reply-to
Content
IIRC, the default in 3.6 is to use `--with-system-ffi` if available on all platforms but macOS, falling back to the bundled copy only if a system copy can't be found; 3.7 removes the bundled copy.  Also, the version bundled with 3.6 is v3.2.1.

Note though that this is all from memory, I haven't actually gone to look at the code again :)
History
Date User Action Args
2018-10-11 16:10:38zach.waresetrecipients: + zach.ware, vstinner, koobs, Alex.Willmer, stefanrink@yahoo.com
2018-10-11 16:10:38zach.waresetmessageid: <1539274238.39.0.788709270274.issue34957@psf.upfronthosting.co.za>
2018-10-11 16:10:38zach.warelinkissue34957 messages
2018-10-11 16:10:38zach.warecreate