[issue37160] thread native id netbsd support

2019-06-12 Thread STINNER Victor
STINNER Victor added the comment: Thanks David Carlier! It's now merged into 3.8 and master. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37160] thread native id netbsd support

2019-06-12 Thread miss-islington
miss-islington added the comment: New changeset c9ca96dd968176580a011e852066c95a48aab7e0 by Miss Islington (bot) in branch '3.8': bpo-37160: Thread native ID NetBSD support (GH-13835) https://github.com/python/cpython/commit/c9ca96dd968176580a011e852066c95a48aab7e0 -- nosy: +miss-is

[issue37160] thread native id netbsd support

2019-06-12 Thread STINNER Victor
STINNER Victor added the comment: 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. -- versions: +Python 3.8 ___ Python tracker

[issue37160] thread native id netbsd support

2019-06-12 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +13886 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14021 ___ Python tracker ___ _

[issue37160] thread native id netbsd support

2019-06-12 Thread STINNER Victor
New submission from STINNER Victor : New changeset 5287022eeeb3c017d49fc8580b52e18377bf23f3 by Victor Stinner (David Carlier) in branch 'master': bpo-37160: Thread native ID NetBSD support (GH-13835) https://github.com/python/cpython/commit/5287022eeeb3c017d49fc8580b52e18377bf23f3 --

[issue37160] thread native id netbsd support

2019-06-05 Thread David Carlier
Change by David Carlier : -- components: Interpreter Core nosy: David Carlier priority: normal pull_requests: 13714 severity: normal status: open title: thread native id netbsd support versions: Python 3.9 ___ Python tracker