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 Michael.Felt
Recipients Michael.Felt, gvanrossum
Date 2018-05-11.15:57:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526054273.73.0.682650639539.issue33464@psf.upfronthosting.co.za>
In-reply-to
Content
FYI: as my primary effort for AIX concerned ctypes.find_library() - and that is now in the Python3-3.7 branch - when I do a PR it will only be for "current" efforts, i.e., Python3-3.7 and later.

As much as I feel it is important I'll backport myself into branches I'll label "aix.vX.Y.Z", where the starting point is always anew from vX.Y.Z

More detailed: (e.g., on 3.4.8, which I am working on now)

git clone -b v3.4.8 git@github.com:aixtools/cpython.git python-3.4.8
git branch aix.v3.4.8
cat ../aix.patch | patch ...
make and test
git commit -m"my message"
git push to_my_fork

As much as possible, I want to be in sync with python - and give you the option of including anything AIX.

As counts for most, if not all, this is "free-time", not paid - but I will always try to respond to questions re: AIX.

Guido - thank you for the support!
History
Date User Action Args
2018-05-11 15:57:53Michael.Feltsetrecipients: + Michael.Felt, gvanrossum
2018-05-11 15:57:53Michael.Feltsetmessageid: <1526054273.73.0.682650639539.issue33464@psf.upfronthosting.co.za>
2018-05-11 15:57:53Michael.Feltlinkissue33464 messages
2018-05-11 15:57:53Michael.Feltcreate