We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f60c03 commit aadd103Copy full SHA for aadd103
Python/ceval.c
@@ -5948,8 +5948,7 @@ static PyObject *
5948
trace_call_function(PyThreadState *tstate,
5949
PyObject *func,
5950
PyObject **args, Py_ssize_t nargs,
5951
- PyObject *kwnames
5952
- )
+ PyObject *kwnames)
5953
{
5954
int use_tracing = 1;
5955
PyObject *x;
@@ -6589,8 +6588,7 @@ dtrace_function_return(PyFrameObject *f)
6589
6588
static void
6590
maybe_dtrace_line(PyFrameObject *frame,
6591
PyTraceInfo *trace_info,
6592
- int instr_prev
6593
+ int instr_prev)
6594
6595
const char *co_filename, *co_name;
6596
0 commit comments