Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
rffontenelle authored Jul 30, 2025
commit c190320f14a9aa5d667ebb850da69587b4b7a755
2 changes: 1 addition & 1 deletion Doc/howto/remote_debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ To locate a thread:
reliable thread to target.

3. Optionally, use the offset ``interpreter_state.threads_head`` to iterate
through the linked list of all thread states. Each ``PyThreadState``
through the linked list of all thread states. Each ``PyThreadState``
structure contains a ``native_thread_id`` field, which may be compared to
a target thread ID to find a specific thread.

Expand Down
Loading