Skip to content

Commit 85702ae

Browse files
Fix a typo.
1 parent 2404310 commit 85702ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval_gil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ _PyEval_InitGIL(PyThreadState *tstate, int own_gil)
541541
}
542542
else {
543543
PyThread_init_thread();
544-
// XXX per-interpreter GIL: switch to interp->ceval._gil.
544+
// XXX per-interpreter GIL: switch to interp->_gil.
545545
init_own_gil(tstate->interp, &tstate->interp->runtime->ceval.gil);
546546
locked = 0;
547547
}

0 commit comments

Comments
 (0)