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.

classification
Title: AIX: Lib/_aix_support.py may break in a WPAR environment
Type: Stage: patch review
Components: Library (Lib) Versions: Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Michael.Felt, lukasz.langa, miss-islington
Priority: normal Keywords: patch

Created on 2021-03-30 08:37 by Michael.Felt, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 25095 merged Michael.Felt, 2021-03-30 15:08
PR 25880 merged miss-islington, 2021-05-04 08:37
Messages (2)
msg389804 - (view) Author: Michael Felt (Michael.Felt) * Date: 2021-03-30 08:37
When working in a WPAR (workload partition) the routines supporting aix_platform() may fail if there is no related builddate for bos.mp64.

a) the fileset queried is changed to `bos.rte`
b) an extreme value (9988) is returned for any similar (unexpected) situations - so that, in any case, the build of Python can proceed.
msg392866 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-05-04 09:00
New changeset 7a92beea2cb13db3e42d39b169e124fa3b89dc36 by Miss Islington (bot) in branch '3.9':
bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25095) (#25880)
https://github.com/python/cpython/commit/7a92beea2cb13db3e42d39b169e124fa3b89dc36
History
Date User Action Args
2022-04-11 14:59:43adminsetgithub: 87832
2021-05-04 09:00:51lukasz.langasetnosy: + lukasz.langa
messages: + msg392866
2021-05-04 08:37:00miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request24555
2021-03-30 15:08:43Michael.Feltsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23845
2021-03-30 08:37:28Michael.Feltcreate