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

thread native id netbsd support #81341

Closed
dcarlier-afilias mannequin opened this issue Jun 5, 2019 · 4 comments
Closed

thread native id netbsd support #81341

dcarlier-afilias mannequin opened this issue Jun 5, 2019 · 4 comments
Labels
3.8 only security fixes 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@dcarlier-afilias
Copy link
Mannequin

dcarlier-afilias mannequin commented Jun 5, 2019

BPO 37160
Nosy @vstinner, @dcarlier-afilias, @miss-islington
PRs
  • bpo-37160: Thread native ID netbsd support #13835
  • [3.8] bpo-37160: Thread native ID NetBSD support (GH-13835) #14021
  • 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 2019-06-12.16:12:00.277>
    created_at = <Date 2019-06-05.07:14:33.788>
    labels = ['interpreter-core', '3.8', '3.9']
    title = 'thread native id netbsd support'
    updated_at = <Date 2019-06-12.16:12:00.276>
    user = 'https://github.com/dcarlier-afilias'

    bugs.python.org fields:

    activity = <Date 2019-06-12.16:12:00.276>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-12.16:12:00.277>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2019-06-05.07:14:33.788>
    creator = 'David Carlier'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37160
    keywords = ['patch']
    message_count = 4.0
    messages = ['345373', '345374', '345375', '345376']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'David Carlier', 'miss-islington']
    pr_nums = ['13835', '14021']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37160'
    versions = ['Python 3.8', 'Python 3.9']

    @dcarlier-afilias dcarlier-afilias mannequin added 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Jun 5, 2019
    @vstinner
    Copy link
    Member

    New changeset 5287022 by Victor Stinner (David Carlier) in branch 'master':
    bpo-37160: Thread native ID NetBSD support (GH-13835)
    5287022

    @vstinner
    Copy link
    Member

    Since threading.get_native_id() is a new feature in Python 3.8 and the PR is small enough, IMHO it's fine to backport the change to 3.8.

    @vstinner vstinner added the 3.8 only security fixes label Jun 12, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset c9ca96d by Miss Islington (bot) in branch '3.8':
    bpo-37160: Thread native ID NetBSD support (GH-13835)
    c9ca96d

    @vstinner
    Copy link
    Member

    Thanks David Carlier! It's now merged into 3.8 and master.

    @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.8 only security fixes 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants