[issue37077] Threading: add builtin TID attribute to Thread objects for AIX

2019-06-13 Thread miss-islington
miss-islington added the comment: 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 --

[issue37077] Threading: add builtin TID attribute to Thread objects for AIX

2019-06-13 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker ___

[issue37077] Threading: add builtin TID attribute to Thread objects for AIX

2019-06-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +13926 pull_request: https://github.com/python/cpython/pull/14067 ___ Python tracker ___

[issue37077] Threading: add builtin TID attribute to Thread objects for AIX

2019-06-13 Thread miss-islington
miss-islington added the comment: 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

[issue37077] Threading: add builtin TID attribute to Thread objects for AIX

2019-05-28 Thread Michael Felt
Change by Michael Felt : -- keywords: +patch pull_requests: +13523 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13624 ___ Python tracker ___

[issue37077] Threading: add builtin TID attribute to Thread objects for AIX

2019-05-28 Thread Michael Felt
New submission from Michael Felt : As issue36084 is already closed - opening a new issue for the PR to add this support for AIX. -- messages: 343765 nosy: Michael.Felt priority: normal severity: normal status: open title: Threading: add builtin TID attribute to Thread objects for AIX