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.

Author zach.ware
Recipients skip.montanaro, zach.ware
Date 2018-05-17.14:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526566400.01.0.682650639539.issue33556@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than a leading underscore, I think `thread.` should just be removed.  `get_ident` is now exposed by the threading module itself.

For a change this small, https://github.com/python/cpython/edit/master/Lib/threading.py can be used to create it, but every change requires a PR :)
History
Date User Action Args
2018-05-17 14:13:20zach.waresetrecipients: + zach.ware, skip.montanaro
2018-05-17 14:13:20zach.waresetmessageid: <1526566400.01.0.682650639539.issue33556@psf.upfronthosting.co.za>
2018-05-17 14:13:20zach.warelinkissue33556 messages
2018-05-17 14:13:19zach.warecreate