This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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 issue36084 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:15adminsetgithub: 81258
2019-06-13 22:54:12miss-islingtonsetmessages: + msg345541
2019-06-13 22:36:07asvetlovsetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.9
2019-06-13 22:35:13miss-islingtonsetpull_requests: + pull_request13926
2019-06-13 22:35:09miss-islingtonsetnosy: + miss-islington
messages: + msg345540
2019-05-28 13:24:54Michael.Feltsetkeywords: + patch
stage: patch review
pull_requests: + pull_request13523
2019-05-28 11:28:55Michael.Feltcreate