commit | c79667ff7921444911e8a5dfa5fba89294915590 | [log] [tgz] |
---|---|---|
author | Kevin Adler <kadler@us.ibm.com> | Mon Nov 16 09:16:10 2020 -0600 |
committer | GitHub <noreply@github.com> | Mon Nov 16 16:16:10 2020 +0100 |
tree | 507ad56a5b4cb66d08c7aeb9c20c7389d250bf9b | |
parent | ae6cd7cfdab0599139002c526953d907696d9eef [diff] |
bpo-42087: Remove support for AIX 5.3 and below (GH-22830) 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.