We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19561b commit ab9b54eCopy full SHA for ab9b54e
Python/pylifecycle.c
@@ -1234,6 +1234,7 @@ init_interp_main(PyThreadState *tstate)
1234
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
1235
enabled = 1;
1236
}
1237
+ enabled = 1; // TEMPORARY: always enable
1238
if (enabled) {
1239
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
1240
if (opt == NULL) {
0 commit comments