Skip to content

Commit c02730b

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent e6db23f commit c02730b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/pylifecycle.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,7 @@ init_interp_main(PyThreadState *tstate)
11911191
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
11921192
enabled = 1;
11931193
}
1194+
enabled = 1; // TEMPORARY: always enable
11941195
if (enabled) {
11951196
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
11961197
if (opt == NULL) {

0 commit comments

Comments
 (0)