Skip to content
Closed
Changes from all commits
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
Fix typo in get_stack_trace docstring (GH-134246)
(cherry picked from commit c4ad92e)

Co-authored-by: László Kiss Kollár <kiss.kollar.laszlo@gmail.com>
  • Loading branch information
lkollar authored and miss-islington committed May 19, 2025
commit e59a0637c0a586c05d5aaf110a8d83cb281da7d3
2 changes: 1 addition & 1 deletion Modules/_remote_debugging_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ get_async_stack_trace(PyObject* self, PyObject* args)

static PyMethodDef methods[] = {
{"get_stack_trace", get_stack_trace, METH_VARARGS,
"Get the Python stack from a given pod"},
"Get the Python stack from a given pid"},
{"get_async_stack_trace", get_async_stack_trace, METH_VARARGS,
"Get the asyncio stack from a given pid"},
{"get_all_awaited_by", get_all_awaited_by, METH_VARARGS,
Expand Down
Loading