Skip to content

Commit 932fee0

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent 289c258 commit 932fee0

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
@@ -1201,6 +1201,7 @@ init_interp_main(PyThreadState *tstate)
12011201
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
12021202
enabled = 1;
12031203
}
1204+
enabled = 1; // TEMPORARY: always enable
12041205
if (enabled) {
12051206
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
12061207
if (opt == NULL) {

0 commit comments

Comments
 (0)