[Python-Dev] Can I get a review for PR 10437?

2019-02-28 Thread Kevin Adler
This PR has been open for nearly 3 months without any comment. Can I please get someone to review it?   PR link: https://github.com/python/cpython/pull/10437 Bug report: https://bugs.python.org/issue35198 ___ Python-Dev mailing list Python-Dev@python.org

[Python-Dev] PEP 11: Drop support for AIX releases without dlopen

2020-10-16 Thread Kevin Adler
Python has supported using dynload_shlib (using dlopen) on AIX since https://github.com/python/cpython/commit/c19c5a62aef7dce0e8147655b0d2f087965fae75 in 2003. This is also about the time that AIX 4.3 went out of support, which is believed to be the AIX release that added support for dlopen. Con

[Python-Dev] Re: PEP 11: Drop support for AIX releases without dlopen

2020-10-16 Thread Kevin Adler
Interesting. Given that, shouldn't PEP 11 be updated with that change? Seems to me that PEP 11 only documents platforms with *official support*, so is AIX officially supported? The comment in the issue would indicate it is not officially supported, but it _is_ listed here: https://pythondev.rea

[Python-Dev] Re: PEP 11: Drop support for AIX releases without dlopen

2020-10-19 Thread Kevin Adler
Brett Cannon wrote: > > AIX is not officially supported. We have tried to be helpful and add/remove > things over the years related to AIX (we used to have an external > contributor who actively tried to keep AIX supported), but we don't > guarantee things work since there is no core dev available

[Python-Dev] Re: PEP 11: Drop support for AIX releases without dlopen

2020-10-19 Thread Kevin Adler
Brett Cannon wrote: > > Updated how? AIX is not mentioned in that PEP anywhere, so I'm not quite > sure what update you're suggesting. I'm referring to https://www.python.org/dev/peps/pep-0011/#unsupporting-platforms. "If a certain platform that currently has special code in CPython is deemed to

[Python-Dev] Re: PEP 11: Drop support for AIX releases without dlopen

2020-10-20 Thread Kevin Adler
Brett Cannon wrote: > On Mon, Oct 19, 2020 at 4:43 PM Kevin Adler kad...@linux.vnet.ibm.com > wrote: > > Should this list be updated to mention that AIX 5.3 and below are no > > longer supported? > > Only if we are going to rip out all AIX-related code. Ok. Looking throug