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 mirell
Recipients aurel32, doko, loewis, mark.dickinson, mirell, tim.peters
Date 2009-02-14.02:55:07
SpamBayes Score 4.1980003e-10
Marked as misclassified No
Message-id <1234580110.11.0.157210060953.issue1762561@psf.upfronthosting.co.za>
In-reply-to
Content
I am in a position to test as much as needed. I am attempting to get
Gentoo's ARM/MIPS/Embedded distribution up to date on Python, and
noticed this build break. (Typically most embedded architectures are
several releases behind.)

I'll try this new patch right now.

As for it only being with OABI, that's correct, and yes, it will
decrease in numbers as time goes on, since most higher-end embedded
processors are EABI currently. 

The concerns are valid, I understand, but since it seems to be a
relatively minor change, I wouldn't see the real harm in this case,
especially since otherwise Python seems to work just fine under ARM OABI. 

But yes, if you're looking at it from a perspective as if it will still
be used prevalently in 3-5 years, it's use will be minor, with OABI
especially, but that's always the trend in embedded architectures.

Regardless, I'm very grateful for both Aurelian Jarno and Mark Dickinson
for coming up with a patch that works to get me past my build breaks.
History
Date User Action Args
2009-02-14 02:55:10mirellsetrecipients: + mirell, tim.peters, loewis, doko, mark.dickinson, aurel32
2009-02-14 02:55:10mirellsetmessageid: <1234580110.11.0.157210060953.issue1762561@psf.upfronthosting.co.za>
2009-02-14 02:55:08mirelllinkissue1762561 messages
2009-02-14 02:55:07mirellcreate