mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
gh-59705: Document OS thread name change (#128800)
This commit is contained in:
parent
43ef9587ae
commit
d786ac7f58
2 changed files with 14 additions and 3 deletions
|
|
@ -645,6 +645,13 @@ sys.monitoring
|
|||
* Two new events are added: :monitoring-event:`BRANCH_LEFT` and
|
||||
:monitoring-event:`BRANCH_RIGHT`. The ``BRANCH`` event is deprecated.
|
||||
|
||||
threading
|
||||
---------
|
||||
|
||||
* :meth:`threading.Thread.start` now sets the operating system thread name
|
||||
to :attr:`threading.Thread.name`.
|
||||
(Contributed by Victor Stinner in :gh:`59705`.)
|
||||
|
||||
tkinter
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue