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 kadler
Recipients kadler
Date 2020-10-14.00:08:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602634134.46.0.704375608696.issue42030@roundup.psfhosted.org>
In-reply-to
Content
Python has supported using dynload_shlib (using dlopen) on AIX since https://github.com/python/cpython/commit/c19c5a62aef7dce0e8147655b0d2f087965fae75 in 2003. While I have not found a definitive timeline of when AIX gained support for dlopen, I have found references going back to at least 2000. Considering this is now 20 years later and all supported AIX versions support dlopen, I suspect nobody has used or tested this code path in quite some time. I propose removing this support under PEP 11.
History
Date User Action Args
2020-10-14 00:08:54kadlersetrecipients: + kadler
2020-10-14 00:08:54kadlersetmessageid: <1602634134.46.0.704375608696.issue42030@roundup.psfhosted.org>
2020-10-14 00:08:54kadlerlinkissue42030 messages
2020-10-14 00:08:54kadlercreate