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 1065273 commit 3b855eeCopy full SHA for 3b855ee
1 file changed
Modules/_testinternalcapi.c
@@ -3009,9 +3009,9 @@ module_exec(PyObject *module)
3009
return 1;
3010
}
3011
3012
+ // + 1 more due to one loop spent on tracing.
3013
unsigned long threshold = interp->opt_config.jump_backward_initial_value + 2;
3014
if (PyModule_Add(module, "TIER2_THRESHOLD",
- // + 1 more due to one loop spent on tracing.
3015
PyLong_FromUnsignedLong(threshold)) < 0) {
3016
3017
0 commit comments