[issue43666] AIX: Lib/_aix_support.py may break in a WPAR environment

2021-05-04 Thread Łukasz Langa

Łukasz Langa  added the comment:


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


--
nosy: +lukasz.langa

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43666] AIX: Lib/_aix_support.py may break in a WPAR environment

2021-05-04 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 1.0 -> 2.0
pull_requests: +24555
pull_request: https://github.com/python/cpython/pull/25880

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43666] AIX: Lib/_aix_support.py may break in a WPAR environment

2021-03-30 Thread Michael Felt


Change by Michael Felt :


--
keywords: +patch
pull_requests: +23845
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/25095

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43666] AIX: Lib/_aix_support.py may break in a WPAR environment

2021-03-30 Thread Michael Felt


New submission from Michael Felt :

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.

--
components: Library (Lib)
messages: 389804
nosy: Michael.Felt
priority: normal
severity: normal
status: open
title: AIX: Lib/_aix_support.py may break in a WPAR environment
versions: Python 3.10, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com