Skip to content

Commit

Permalink
DO NOT MERGE: Always use -Xuops
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Oct 29, 2023
1 parent d805312 commit e0e60ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/pylifecycle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,7 @@ init_interp_main(PyThreadState *tstate)
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
enabled = 1;
}
enabled = 1; // TEMPORARY: always enable
if (enabled) {
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
if (opt == NULL) {
Expand Down

0 comments on commit e0e60ce

Please sign in to comment.