mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
In this case it is not useful to hide "threading".
This commit is contained in:
parent
4443762bf5
commit
dc704c6751
1 changed files with 1 additions and 1 deletions
|
@ -1912,7 +1912,7 @@ argument to override the default behavior of inheriting the ``deamon`` flag
|
||||||
value from the parent thread (:issue:`6064`).
|
value from the parent thread (:issue:`6064`).
|
||||||
|
|
||||||
The formerly private function ``_thread.get_ident`` is now available as the
|
The formerly private function ``_thread.get_ident`` is now available as the
|
||||||
public function :func:`~threading.get_ident`. This eliminates several cases of
|
public function :func:`threading.get_ident`. This eliminates several cases of
|
||||||
direct access to the ``_thread`` module in the stdlib. Third party code that
|
direct access to the ``_thread`` module in the stdlib. Third party code that
|
||||||
used ``_thread.get_ident`` should likewise be changed to use the new public
|
used ``_thread.get_ident`` should likewise be changed to use the new public
|
||||||
interface.
|
interface.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue