Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIX: Lib/_aix_support.py may break in a WPAR environment #87832

Closed
aixtools opened this issue Mar 30, 2021 · 2 comments
Closed

AIX: Lib/_aix_support.py may break in a WPAR environment #87832

aixtools opened this issue Mar 30, 2021 · 2 comments
Labels
3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir

Comments

@aixtools
Copy link
Contributor

BPO 43666
Nosy @ambv, @aixtools, @miss-islington
PRs
  • bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment #25095
  • [3.9] bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25095) #25880
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2021-03-30.08:37:28.527>
    labels = ['library', '3.9', '3.10']
    title = 'AIX: Lib/_aix_support.py may break in a WPAR environment'
    updated_at = <Date 2021-05-04.09:00:51.295>
    user = 'https://github.com/aixtools'

    bugs.python.org fields:

    activity = <Date 2021-05-04.09:00:51.295>
    actor = 'lukasz.langa'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2021-03-30.08:37:28.527>
    creator = 'Michael.Felt'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43666
    keywords = ['patch']
    message_count = 2.0
    messages = ['389804', '392866']
    nosy_count = 3.0
    nosy_names = ['lukasz.langa', 'Michael.Felt', 'miss-islington']
    pr_nums = ['25095', '25880']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue43666'
    versions = ['Python 3.9', 'Python 3.10']

    @aixtools
    Copy link
    Contributor Author

    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.

    @aixtools aixtools added 3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir labels Mar 30, 2021
    @ambv
    Copy link
    Contributor

    ambv commented May 4, 2021

    New changeset 7a92bee by Miss Islington (bot) in branch '3.9':
    bpo-43666: Lib/_aix_support.py routines may fail in a WPAR environment (GH-25095) (bpo-25880)
    7a92bee

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants