[issue42030] Drop support for dynload_aix

2020-10-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 1dd6d956a3ddf2cf6d4a69241dba8cd1379421b9 by Kevin Adler in branch 'master': closes bpo-42030: Remove legacy AIX dynload support (GH-22717) https://github.com/python/cpython/commit/1dd6d956a3ddf2cf6d4a69241dba8cd1379421b9 --

[issue42030] Drop support for dynload_aix

2020-10-16 Thread Kevin
Kevin added the comment: Ok, I have updated the PR to remove it completely. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue42030] Drop support for dynload_aix

2020-10-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: I think we should just axe it. -- nosy: +benjamin.peterson ___ Python tracker ___ ___

[issue42030] Drop support for dynload_aix

2020-10-16 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- nosy: +BTaskaya, pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42030] Drop support for dynload_aix

2020-10-15 Thread Kevin
Kevin added the comment: I've opened a PR to disable support in 3.10 with removal in 3.11 according to the guidelines outline in PEP 11. Given the unlikeliness that anyone is actually still using this feature (and are possibly already broken by a bunch of other things), would it make more

[issue42030] Drop support for dynload_aix

2020-10-15 Thread Kevin
Change by Kevin : -- keywords: +patch pull_requests: +21685 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22717 ___ Python tracker ___

[issue42030] Drop support for dynload_aix

2020-10-15 Thread David Edelsohn
David Edelsohn added the comment: 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

[issue42030] Drop support for dynload_aix

2020-10-14 Thread Inada Naoki
Change by Inada Naoki : -- nosy: +Michael.Felt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42030] Drop support for dynload_aix

2020-10-14 Thread Inada Naoki
Change by Inada Naoki : -- nosy: +David.Edelsohn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42030] Drop support for dynload_aix

2020-10-13 Thread Kevin
New submission from Kevin : 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