Skip to content

Commit 825ff87

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent 1850988 commit 825ff87

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

0 commit comments

Comments
 (0)