Issue 37077: Threading: add builtin TID attribute to Thread objects for AIX (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/81258

classification

Title: Threading: add builtin TID attribute to Thread objects for AIX
Type: Stage: resolved
Components: Versions: Python 3.9, Python 3.8

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Michael.Felt, miss-islington
Priority: normal Keywords: patch

Created on 2019-05-28 11:28 by Michael.Felt, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13624 merged Michael.Felt,2019-05-28 13:24
PR 14067 merged miss-islington,2019-06-13 22:35
Messages (3)
msg343765 - (view) Author: Michael Felt (Michael.Felt) * Date: 2019-05-28 11:28
As is already closed - opening a new issue for the PR to add this support for AIX.
msg345540 - (view) Author: miss-islington (miss-islington) Date: 2019-06-13 22:35
New changeset d0eeb936d8daf05d7d89f6935e3f4c0dee49c5be by Miss Islington (bot) (Michael Felt) in branch 'master': bpo-37077: Add native thread ID (TID) for AIX (GH-13624) https://github.com/python/cpython/commit/d0eeb936d8daf05d7d89f6935e3f4c0dee49c5be
msg345541 - (view) Author: miss-islington (miss-islington) Date: 2019-06-13 22:54
New changeset 886d83e5aa8df2dd2e93421d2f614438a3244a1c by Miss Islington (bot) in branch '3.8': bpo-37077: Add native thread ID (TID) for AIX (GH-13624) https://github.com/python/cpython/commit/886d83e5aa8df2dd2e93421d2f614438a3244a1c
History
Date User Action Args
2022-04-11 14:59:15 admin set github: 81258
2019-06-13 22:54:12 miss-islington set messages: +
2019-06-13 22:36:07 asvetlov set status: open -> closedstage: patch review -> resolvedresolution: fixedversions: + Python 3.9
2019-06-13 22:35:13 miss-islington set pull_requests: + <pull%5Frequest13926>
2019-06-13 22:35:09 miss-islington set nosy: + miss-islingtonmessages: +
2019-05-28 13:24:54 Michael.Felt set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest13523>
2019-05-28 11:28:55 Michael.Felt create