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 d90ecaf commit 9e56d19Copy full SHA for 9e56d19
Python/pylifecycle.c
@@ -1191,6 +1191,7 @@ init_interp_main(PyThreadState *tstate)
1191
if (_Py_get_xoption(&config->xoptions, L"uops") != NULL) {
1192
enabled = 1;
1193
}
1194
+ enabled = 1; // TEMPORARY: always enable
1195
if (enabled) {
1196
PyObject *opt = PyUnstable_Optimizer_NewUOpOptimizer();
1197
if (opt == NULL) {
0 commit comments