Skip to content

Commit 99040b6

Browse files
committed
Expand PyThread_get_thread_ident's seealso
1 parent 9c23743 commit 99040b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/threads.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,8 @@ Operating system thread APIs
755755
:term:`attached thread state`.
756756
757757
.. seealso::
758-
:py:func:`threading.get_ident`
758+
:py:func:`threading.get_ident` and :py:attr:`threading.Thread.ident`
759+
expose this identifier to Python.
759760
760761
761762
.. c:function:: PyObject *PyThread_GetInfo(void)

0 commit comments

Comments
 (0)