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 f13260e commit ab39a55Copy full SHA for ab39a55
Python/pystate.c
@@ -556,11 +556,6 @@ init_interpreter(PyInterpreterState *interp,
556
#ifdef Py_GIL_DISABLED
557
_Py_brc_init_state(interp);
558
#endif
559
-
560
-#ifdef _Py_TIER2
561
- // Ensure the buffer is to be set as NULL.
562
- interp->jit_uop_buffer = NULL;
563
-#endif
564
llist_init(&interp->mem_free_queue.head);
565
llist_init(&interp->asyncio_tasks_head);
566
interp->asyncio_tasks_lock = (PyMutex){0};
0 commit comments