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 40e52c9 commit ad83bdbCopy full SHA for ad83bdb
Python/pylifecycle.c
@@ -1205,6 +1205,7 @@ init_interp_main(PyThreadState *tstate)
1205
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
1206
enabled = 1;
1207
}
1208
+ enabled = 1; // TEMPORARY: always enable
1209
if (enabled) {
1210
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
1211
if (opt == NULL) {
0 commit comments