Skip to content

Commit 929ca3e

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent 3276185 commit 929ca3e

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
@@ -1203,6 +1203,7 @@ init_interp_main(PyThreadState *tstate)
12031203
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
12041204
enabled = 1;
12051205
}
1206+
enabled = 1; // TEMPORARY: always enable
12061207
if (enabled) {
12071208
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
12081209
if (opt == NULL) {

0 commit comments

Comments
 (0)