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 David.Edelsohn
Recipients David.Edelsohn, Michael.Felt, kadler
Date 2020-10-16.00:44:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602809040.76.0.0630395776954.issue42030@roundup.psfhosted.org>
In-reply-to
Content
If Python has been defaulting to dlopen() on AIX systems that support it, there is no reason to maintain the historical, AIX-specific load() support in dynload_aix.c

I believe that dlopen() was introduced on AIX in release 4.3.  The official end of support for AIX 4.3 was 2003, so I doubt there are any customers on extended support, or at least those customers are unlikely to install Python 3.11.
History
Date User Action Args
2020-10-16 00:44:00David.Edelsohnsetrecipients: + David.Edelsohn, Michael.Felt, kadler
2020-10-16 00:44:00David.Edelsohnsetmessageid: <1602809040.76.0.0630395776954.issue42030@roundup.psfhosted.org>
2020-10-16 00:44:00David.Edelsohnlinkissue42030 messages
2020-10-16 00:44:00David.Edelsohncreate