Skip to content

Commit 18a8161

Browse files
committed
lint
1 parent 2a77ad0 commit 18a8161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ translate_bytecode_to_trace(
560560
_Py_BloomFilter_Add(dependencies, initial_code);
561561
_Py_CODEUNIT *initial_instr = instr;
562562
int trace_length = 0;
563-
/*
563+
/*
564564
* Assumption: 67% reserved for trace, 33% for exit stubs
565565
* TODO: Compute the required number of exit stubs dynamically
566566
*/

0 commit comments

Comments
 (0)