Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
236329ed
Commit
236329ed
authored
Sep 26, 2017
by
Benjamin Peterson
Committed by
GitHub
Sep 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
point to the module-level get_ident function rather than the one in _thread (#3782)
parent
14086cfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/threading.rst
Doc/library/threading.rst
+4
-4
No files found.
Doc/library/threading.rst
View file @
236329ed
...
...
@@ -291,10 +291,10 @@ since it is impossible to detect the termination of alien threads.
.. attribute:: ident
The 'thread identifier' of this thread or ``None`` if the thread has not
been started. This is a nonzero integer. See the
:func:`_thread.get_ident()` function. Thread identifiers may be recycle
d
when a thread exits and another thread is created. The identifier is
available even after the
thread has exited.
been started. This is a nonzero integer. See the
:func:`get_ident`
function. Thread identifiers may be recycled when a thread exits an
d
another thread is created. The identifier is available even after the
thread has exited.
.. method:: is_alive()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment