Skip to content

Commit 0cc6bca

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent 0df772f commit 0cc6bca

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
@@ -1198,6 +1198,7 @@ init_interp_main(PyThreadState *tstate)
11981198
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
11991199
enabled = 1;
12001200
}
1201+
enabled = 1; // TEMPORARY: always enable
12011202
if (enabled) {
12021203
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
12031204
if (opt == NULL) {

0 commit comments

Comments
 (0)