Skip to content

Commit a01cff1

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent 8ab398d commit a01cff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/pylifecycle.c

+1
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ init_interp_main(PyThreadState *tstate)
12001200
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
12011201
enabled = 1;
12021202
}
1203+
enabled = 1; // TEMPORARY: always enable
12031204
if (enabled) {
12041205
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
12051206
if (opt == NULL) {

0 commit comments

Comments
 (0)