Skip to content

Commit 3b855ee

Browse files
committed
Address code review
1 parent 1065273 commit 3b855ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testinternalcapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3009,9 +3009,9 @@ module_exec(PyObject *module)
30093009
return 1;
30103010
}
30113011

3012+
// + 1 more due to one loop spent on tracing.
30123013
unsigned long threshold = interp->opt_config.jump_backward_initial_value + 2;
30133014
if (PyModule_Add(module, "TIER2_THRESHOLD",
3014-
// + 1 more due to one loop spent on tracing.
30153015
PyLong_FromUnsignedLong(threshold)) < 0) {
30163016
return 1;
30173017
}

0 commit comments

Comments
 (0)