bpo-42087: Remove support for AIX 5 and below#22830
Conversation
0b3b3b2 to
f4eec1e
Compare
|
Regarding the "What's New" entry: while Victor said in https://bugs.python.org/issue40680#msg371651 to drop support for AIX 5 in 3.10, the AIX 5 breaking change was actually done in 3.9 (https://docs.python.org/3/whatsnew/3.9.html#time) so I have added the entry for 3.9 instead. I separated that change in to a separate commit for ease in manual backporting to 3.9 while leaving the actual code removals in 3.10+. |
|
CC: @aixtools |
There was a problem hiding this comment.
You must update Doc/whatsnew/3.10.rst, Python 3.9 is already released.
There was a problem hiding this comment.
Support for AIX 5.3 and below was removed in Python 3.9 when bpo-40680 was not fixed. Do you not issue errata?
There was a problem hiding this comment.
If you want to update the What's New in Python 3.9 document, please write a separated PR. This PR cannot be backported to the 3.9 branch since it contains other changes.
There was a problem hiding this comment.
AIX 5 or AIX 5.3? Please make the NEWS entry and What's New consistent.
f4eec1e to
18c6e08
Compare
As AIX 5 and below do not support thread_cputime, it was decided in https://bugs.python.org/issue40680 to require AIX 6.1 and above. This commit removes workarounds for — and references to — older, unsupported AIX versions.
18c6e08 to
1780751
Compare
As AIX 5.3 and below do not support thread_cputime, it was decided in https://bugs.python.org/issue40680 to require AIX 6.1 and above. This commit removes workarounds for — and references to — older, unsupported AIX versions.
As AIX 5 and below do not support thread_cputime, it was decided in
https://bugs.python.org/issue40680 to require AIX 6.1 and above. This
commit removes workarounds for — and references to — older, unsupported
AIX versions.
I did leave a few references to older AIX versions, but those are either
generated by autotools or are of historical documentation and not code.
https://bugs.python.org/issue42087