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

os.cpu_count doesn't work on VxWorks RTOS #85612

Closed
pxinwr mannequin opened this issue Jul 30, 2020 · 4 comments
Closed

os.cpu_count doesn't work on VxWorks RTOS #85612

pxinwr mannequin opened this issue Jul 30, 2020 · 4 comments
Labels
3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@pxinwr
Copy link
Mannequin

pxinwr mannequin commented Jul 30, 2020

BPO 41440
Nosy @terryjreedy, @pmp-p, @corona10, @pxinwr
PRs
  • bpo-41440: add os.cpu_count() support for VxWorks RTOS #21685
  • 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 = <Date 2020-08-07.05:22:17.373>
    created_at = <Date 2020-07-30.07:07:44.020>
    labels = ['type-feature', 'library', '3.10']
    title = "os.cpu_count doesn't work on VxWorks RTOS"
    updated_at = <Date 2020-08-07.05:22:17.372>
    user = 'https://github.com/pxinwr'

    bugs.python.org fields:

    activity = <Date 2020-08-07.05:22:17.372>
    actor = 'corona10'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-08-07.05:22:17.373>
    closer = 'corona10'
    components = ['Library (Lib)']
    creation = <Date 2020-07-30.07:07:44.020>
    creator = 'pxinwr'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41440
    keywords = ['patch']
    message_count = 4.0
    messages = ['374601', '374692', '374793', '374973']
    nosy_count = 4.0
    nosy_names = ['terry.reedy', 'pmpp', 'corona10', 'pxinwr']
    pr_nums = ['21685']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue41440'
    versions = ['Python 3.10']

    @pxinwr
    Copy link
    Mannequin Author

    pxinwr mannequin commented Jul 30, 2020

    Now os.cpu_count() always returns NONE on VxWorks RTOS. It needs to be fixed particularly for VxWorks.

    @pxinwr pxinwr mannequin added 3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jul 30, 2020
    @terryjreedy
    Copy link
    Member

    Do you know if any core devs have experience with VxWorks? It is not even listed in https://devguide.python.org/experts/#platforms.

    @pxinwr
    Copy link
    Mannequin Author

    pxinwr mannequin commented Aug 4, 2020

    I don't know who have VxWorks experience in core devs. VxWorks has not been officially supported so not listed there. I am from Wind River and Wind River can provide buildbot for VxWorks once it is supported and I also could take the maintainer role.

    @corona10
    Copy link
    Member

    corona10 commented Aug 7, 2020

    New changeset 3405e05 by pxinwr in branch 'master':
    bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
    3405e05

    @corona10 corona10 closed this as completed Aug 7, 2020
    @corona10 corona10 closed this as completed Aug 7, 2020
    @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.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants