Skip to content

Commit ad83bdb

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent 40e52c9 commit ad83bdb

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
@@ -1205,6 +1205,7 @@ init_interp_main(PyThreadState *tstate)
12051205
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
12061206
enabled = 1;
12071207
}
1208+
enabled = 1; // TEMPORARY: always enable
12081209
if (enabled) {
12091210
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
12101211
if (opt == NULL) {

0 commit comments

Comments
 (0)