We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b34e91 commit 23a757fCopy full SHA for 23a757f
Python/ceval.c
@@ -630,8 +630,8 @@ _PyEval_AddPendingCall(PyInterpreterState *interp,
630
{
631
struct _pending_calls *pending = &interp->ceval.pending;
632
633
- /* Ensure that _PyEval_InitPendingCalls() was called
634
- and that _PyEval_FiniPendingCalls() is not called yet. */
+ /* Ensure that _PyEval_InitState() was called
+ and that _PyEval_FiniState() is not called yet. */
635
assert(pending->lock != NULL);
636
637
PyThread_acquire_lock(pending->lock, WAIT_LOCK);
0 commit comments