X Tutup
The Wayback Machine - https://web.archive.org/web/20240503094153/https://github.com/python/cpython/issues/86213
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

DragonFlyBSD thread native id support missing #86213

Closed
devnexen mannequin opened this issue Oct 15, 2020 · 1 comment
Closed

DragonFlyBSD thread native id support missing #86213

devnexen mannequin opened this issue Oct 15, 2020 · 1 comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@devnexen
Copy link
Mannequin

devnexen mannequin commented Oct 15, 2020

BPO 42047
Nosy @devnexen
PRs
  • bpo-42047: DragonFlyBSD thread native id support. #22714
  • 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 2020-10-15.18:33:20.760>
    labels = ['extension-modules', 'type-feature', '3.10']
    title = 'DragonFlyBSD thread native id support missing'
    updated_at = <Date 2020-10-15.18:34:17.372>
    user = 'https://github.com/devnexen'

    bugs.python.org fields:

    activity = <Date 2020-10-15.18:34:17.372>
    actor = 'devnexen'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Extension Modules']
    creation = <Date 2020-10-15.18:33:20.760>
    creator = 'devnexen'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42047
    keywords = ['patch']
    message_count = None
    messages = []
    nosy_count = 1.0
    nosy_names = ['devnexen']
    pr_nums = ['22714']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue42047'
    versions = ['Python 3.10']

    @devnexen devnexen mannequin added 3.10 only security fixes extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Oct 15, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @erlend-aasland erlend-aasland added interpreter-core (Objects, Python, Grammar, and Parser dirs) and removed extension-modules C modules in the Modules dir 3.10 only security fixes labels May 16, 2022
    @erlend-aasland
    Copy link
    Contributor

    Resolved by gh-22714

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant
    X Tutup