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 a98b1c8 commit 26b2856Copy full SHA for 26b2856
Python/pystate.c
@@ -579,8 +579,6 @@ init_interpreter(PyInterpreterState *interp,
579
/* Fix the self-referential, statically initialized fields. */
580
interp->dtoa = (struct _dtoa_state)_dtoa_state_INIT(interp);
581
}
582
-
583
584
#if !defined(Py_GIL_DISABLED) && defined(Py_STACKREF_DEBUG)
585
interp->next_stackref = INITIAL_STACKREF_INDEX;
586
_Py_hashtable_allocator_t alloc = {
0 commit comments