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 koobs
Recipients Arfrever, benjamin.peterson, doko, eric.araujo, georg.brandl, gregory.p.smith, koobs, larry, python-dev, ronaldoussoren
Date 2013-04-20.14:06:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366466795.39.0.554842331373.issue17192@psf.upfronthosting.co.za>
In-reply-to
Content
These break what was addressed in #11729 for default, 3,x and 3.3.

2.7 seems to have made it through unscathed.

I'm not sure where or how the old code was introduced, but the clang fix has been upstreamed and is correct in the pure libffi 3.0.13 sources

Failure to build ctypes can be seen here:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20dtrace%2Bclang%203.x/builds/1246/steps/test/logs/stdio
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20dtrace%2Bclang%203.x/builds/1245/steps/test/logs/stdio
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20dtrace%2Bclang%203.3/builds/538/steps/test/logs/stdio
History
Date User Action Args
2013-04-20 14:06:35koobssetrecipients: + koobs, georg.brandl, doko, gregory.p.smith, ronaldoussoren, larry, benjamin.peterson, eric.araujo, Arfrever, python-dev
2013-04-20 14:06:35koobssetmessageid: <1366466795.39.0.554842331373.issue17192@psf.upfronthosting.co.za>
2013-04-20 14:06:35koobslinkissue17192 messages
2013-04-20 14:06:35koobscreate