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 neologix
Recipients David.Edelsohn, loewis, neologix, pitrou, vstinner
Date 2013-10-21.09:05:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382346310.91.0.114129092655.issue19302@psf.upfronthosting.co.za>
In-reply-to
Content
> David Edelsohn added the comment:
>
> This enhancement issue is not a demand that you or anyone else in the Python community volunteer to implement it. AIX is a very lucrative business and deployed in many businesses that the Python community would like to reach. Maybe you should broaden your viewpoint and think about why support for a "niche platform" could be beneficial for Python.

Sorry, but I stand by my claim: making Python work on AIX by fixing compilation bugs, or non-portable assumptions like the one in #19293 is a good thing, and such bugs should be fixed.
But adding a large chunk of AIX-specific code, which will only be used by a handful of users, and more importantly only debuggable and maintainable by a couple of contributors, is a whole different story.

My reaction would be the same if someone were to suggest implementing something similar for e.g. the Hurd (that's an example, I know there are more AIX users).

Also, AFAICT we don't have any *stable* AIX buildbot yet: at the very least, making the current test suite pass - and not merely by skipping tests - and having a stable AIX buildbot would be a prerequisite.

Furthermore, apparently AIX isn't an officially supported platform, see http://www.python.org/getit/other/

Having someone volunteer to write a patch isn't enough to have it merged.

But I'd like to have Martin's opinion, since he's the author and PEP 11, and usually has good insights on those issues.
History
Date User Action Args
2013-10-21 09:05:10neologixsetrecipients: + neologix, loewis, pitrou, vstinner, David.Edelsohn
2013-10-21 09:05:10neologixsetmessageid: <1382346310.91.0.114129092655.issue19302@psf.upfronthosting.co.za>
2013-10-21 09:05:10neologixlinkissue19302 messages
2013-10-21 09:05:10neologixcreate