8000 DO NOT MERGE: Always use -Xuops · python/cpython@e0e60ce · GitHub
[go: up one dir, main page]

Skip to content

Commit e0e60ce

Browse files
committed
DO NOT MERGE: Always use -Xuops
1 parent d805312 commit e0e60ce

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
@@ -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)
0