Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258fabe commit 0bbfd6bCopy full SHA for 0bbfd6b
1 file changed
Doc/whatsnew/3.3.rst
@@ -1911,6 +1911,12 @@ The :class:`threading.Thread` constructor now accepts a ``daemon`` keyword
1911
argument to override the default behavior of inheriting the ``deamon`` flag
1912
value from the parent thread (:issue:`6064`).
1913
1914
+The formerly private function ``_thread.get_ident`` is now available as the
1915
+public function :func:`~threading.get_ident`. This eliminates several cases of
1916
+direct access to the ``_thread`` module in the stdlib. Third party code that
1917
+used ``_thread.get_ident`` should likewise be changed to use the new public
1918
+interface.
1919
+
1920
1921
time
1922
----
0 commit comments