Skip to content

Commit cdd9913

Browse files
committed
Make function static
1 parent 6e55d3f commit cdd9913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/instrumentation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ get_original_opcode(_PyCoLineInstrumentationData *line_data, int index)
271271
return line_data->data[index*line_data->bytes_per_entry];
272272
}
273273

274-
int
274+
static int
275275
instruction_length(PyCodeObject *code, int offset)
276276
{
277277
int opcode = _PyCode_CODE(code)[offset].op.code;

0 commit comments

Comments
 (0)