Skip to content

Commit c504a9f

Browse files
committed
Fix the html IDs job.
1 parent a33bdfc commit c504a9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/c-api/threads.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ example usage in the Python source distribution.
178178
declaration.
179179

180180

181+
.. _non-python-created-threads:
181182
.. _c-api-foreign-threads:
182183

183184

@@ -431,7 +432,7 @@ Attaching/detaching thread states
431432
PyThreadState_Swap(old_tstate);
432433
}
433434
434-
435+
.. _legacy-api:
435436
.. _gilstate:
436437
437438
GIL-state APIs

0 commit comments

Comments
 (0)