Skip to content

Commit ab9b54e

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent c19561b commit ab9b54e

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
@@ -1234,6 +1234,7 @@ init_interp_main(PyThreadState *tstate)
12341234
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
12351235
enabled = 1;
12361236
}
1237+
enabled = 1; // TEMPORARY: always enable
12371238
if (enabled) {
12381239
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
12391240
if (opt == NULL) {

0 commit comments

Comments
 (0)