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 xdegaye
Recipients Alex.Willmer, amaury.forgeotdarc, belopolsky, meador.inge, xdegaye, yan12125
Date 2016-10-16.09:49:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476611398.05.0.921898882205.issue26942@psf.upfronthosting.co.za>
In-reply-to
Content
At least for non-Darwin POSIX builds:
* Building _ctypes with the bundled copy of libffi is deprecated in 3.6 and the default is to use a system copy of libffi, issue 27976.
* The bundled libffi is removed in 3.7, issue 27979.

As this crash happens with the bundled libffi, closing this issue as won't fix.
History
Date User Action Args
2016-10-16 09:49:58xdegayesetrecipients: + xdegaye, amaury.forgeotdarc, belopolsky, meador.inge, Alex.Willmer, yan12125
2016-10-16 09:49:58xdegayesetmessageid: <1476611398.05.0.921898882205.issue26942@psf.upfronthosting.co.za>
2016-10-16 09:49:58xdegayelinkissue26942 messages
2016-10-16 09:49:57xdegayecreate