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 berker.peksag
Recipients Arfrever, berker.peksag, chris.jerdonek, doko, fabiovmp, gustavotemple, koobs, lemburg, meador.inge, steve.dower, tim.golden, zach.ware
Date 2016-07-06.18:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467831498.75.0.873643170426.issue23085@psf.upfronthosting.co.za>
In-reply-to
Content
> which Berker says have been fixed in upstream libffi: https://bugs.python.org/issue25077#msg266068

Correct, here is the actual commit: https://github.com/libffi/libffi/commit/4a677a425c18eda4bc5357b2485da57f133f908d

I have also sent a patch to upstream libffi for https://github.com/python/cpython/blob/master/Modules/_ctypes/libffi.diff#L161: https://github.com/libffi/libffi/commit/1e82e1cda43dacd8b6ab2d9ac4db33523d86f5dc

But both of them will be released in libffi 4.0.

Note that the current master branch of libffi doesn't seem to be compiled with a C89 compiler (see https://github.com/libffi/libffi/issues/218 for details). See also https://mail.python.org/pipermail/python-dev/2016-June/144816.html for discussion about C99 support in CPython.
History
Date User Action Args
2016-07-06 18:58:18berker.peksagsetrecipients: + berker.peksag, lemburg, doko, tim.golden, Arfrever, meador.inge, chris.jerdonek, zach.ware, koobs, steve.dower, gustavotemple, fabiovmp
2016-07-06 18:58:18berker.peksagsetmessageid: <1467831498.75.0.873643170426.issue23085@psf.upfronthosting.co.za>
2016-07-06 18:58:18berker.peksaglinkissue23085 messages
2016-07-06 18:58:18berker.peksagcreate