Skip to content

Commit bd3a951

Browse files
committed
fixup! bpo-37146: Allow to configure the opcode cache and fix huntleaks by presetting it to 1
1 parent b1b7fd5 commit bd3a951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/runtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def _runtest_inner2(ns, test_name):
245245
gc.garbage.clear()
246246

247247
support.reap_children()
248-
sys._setopcacheminruns(1)
248+
sys._setopcacheminruns(minruns)
249249
return refleak
250250

251251

0 commit comments

Comments
 (0)