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 doko
Recipients bkabrda, doko, freakboy3742, ncoghlan, ned.deily, r.david.murray, rkuska, ronaldoussoren
Date 2015-04-16.01:09:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429146571.6.0.588751682869.issue23670@psf.upfronthosting.co.za>
In-reply-to
Content
not reviewing everything, but

 - libffi_ios* will be bitrot.  I understand that you'll
   need an unreleased version, however I would much
   prefer that any additional patches are added in the
   repo, and maybe then patching libffi from the iOS build
   system. This way the code will see updates when libffi
   is updated.

 - I don't like the copies of Setup.*. Again this will
   bitrot. Please see
   http://bazaar.launchpad.net/~doko/python/pkg3.4-debian/view/head:/rules
   search for "define __post_configure"
   Basically this patches Setup.dist to build a bunch
   of extensions statically.  Can you use something
   similar, or improve that?

 - the change to setup.py might deserve a comment.

 - are constants in plat-ios really the same for every
   architecture?

 - how is the gnu triplet / quadruplet called for iOS?
History
Date User Action Args
2015-04-16 01:09:31dokosetrecipients: + doko, ronaldoussoren, ncoghlan, ned.deily, r.david.murray, freakboy3742, bkabrda, rkuska
2015-04-16 01:09:31dokosetmessageid: <1429146571.6.0.588751682869.issue23670@psf.upfronthosting.co.za>
2015-04-16 01:09:31dokolinkissue23670 messages
2015-04-16 01:09:30dokocreate