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.
2 parents 25d3ee0 + 23a757f commit 2990340Copy full SHA for 2990340
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