Skip to content

Commit 1364159

Browse files
fix tests
1 parent 896e4fe commit 1364159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_optimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" {
3636

3737
/* Exit quality thresholds: trace stops when fitness < exit_quality.
3838
* Higher = trace is more willing to stop here. */
39-
#define EXIT_QUALITY_CLOSE_LOOP (FITNESS_INITIAL / 2)
39+
#define EXIT_QUALITY_CLOSE_LOOP (FITNESS_INITIAL)
4040
#define EXIT_QUALITY_ENTER_EXECUTOR (FITNESS_INITIAL * 3 / 8)
4141
#define EXIT_QUALITY_DEFAULT (FITNESS_INITIAL / 8)
4242
#define EXIT_QUALITY_SPECIALIZABLE (FITNESS_INITIAL / 80)

0 commit comments

Comments
 (0)