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 289c258 commit 932fee0Copy full SHA for 932fee0
Python/pylifecycle.c
@@ -1201,6 +1201,7 @@ init_interp_main(PyThreadState *tstate)
1201
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
1202
enabled = 1;
1203
}
1204
+ enabled = 1; // TEMPORARY: always enable
1205
if (enabled) {
1206
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
1207
if (opt == NULL) {
0 commit comments