Skip to content

Commit 03100e5

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent ac92527 commit 03100e5

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
@@ -1231,6 +1231,7 @@ init_interp_main(PyThreadState *tstate)
12311231
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
12321232
enabled = 1;
12331233
}
1234+
enabled = 1; // TEMPORARY: always enable
12341235
if (enabled) {
12351236
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
12361237
if (opt == NULL) {

0 commit comments

Comments
 (0)