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 Lohoris, Luis.Marsano, eric.araujo, erik.bray, ezio.melotti, holgerd00d, jlt63, loewis, masamoto, mhammond, python-dev, rpetrov, yselkowitz, zach.ware
Date 2016-10-04.13:56:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475589376.71.0.492075818827.issue13756@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, Cygwin64 is what I built on (successfully).  _ctypes does not build, but that's due to not having any libffi available at all: the bundled copy is no longer included in 3.7, and I didn't install a system copy.  I view ctypes support as a fairly low-priority item; we have much bigger issues to worry about first :).  If trying to build _ctypes actually crashes your build, I think '--without-system-ffi' might be enough to get it to error out cleanly.
History
Date User Action Args
2016-10-04 13:56:16zach.waresetrecipients: + zach.ware, loewis, mhammond, jlt63, ezio.melotti, eric.araujo, rpetrov, yselkowitz, python-dev, erik.bray, holgerd00d, Luis.Marsano, Lohoris, masamoto
2016-10-04 13:56:16zach.waresetmessageid: <1475589376.71.0.492075818827.issue13756@psf.upfronthosting.co.za>
2016-10-04 13:56:16zach.warelinkissue13756 messages
2016-10-04 13:56:16zach.warecreate