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 theller
Recipients doko, theller
Date 2007-10-25.19:58:00
SpamBayes Score 0.014823847
Marked as misclassified No
Message-id <1193342281.14.0.0317063180778.issue1292@psf.upfronthosting.co.za>
In-reply-to
Content
I'm unsure how to proceed with this.
Replacing the copy of libffi in the ctypes sources - I'm very afraid to
do that.  It has it's own configure system, written by someone else. 
Then it has several changes from various people for Python, which would
be overwritten.  All these on systems that I do not have direct access
to, and we do not have buildbots for all of them.

So, it looks like --with-system-ffi should be made the default (on
systems that have libffi installed?)

There are also test failures since I committed the c_longdouble patch
(on alpha debian, and S390 Debian, for example).  Maybe newer libffi
versions have a fix for that...

Last comment:  Experimental changes COULD be tested out in a branch, we
would only have to manually trigger the build from the buildbot web pages.
History
Date User Action Args
2007-10-25 19:58:01thellersetspambayes_score: 0.0148238 -> 0.014823847
recipients: + theller, doko
2007-10-25 19:58:01thellersetspambayes_score: 0.0148238 -> 0.0148238
messageid: <1193342281.14.0.0317063180778.issue1292@psf.upfronthosting.co.za>
2007-10-25 19:58:01thellerlinkissue1292 messages
2007-10-25 19:58:00thellercreate