Skip to content

Commit 498062e

Browse files
committed
gh-152315: Drop comment
1 parent bf64b96 commit 498062e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/ceval.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,8 +1774,6 @@ initialize_locals(PyThreadState *tstate, PyFunctionObject *func,
17741774
/* Create a dictionary for keyword parameters (**kwags) */
17751775
PyObject *kwdict;
17761776
Py_ssize_t i;
1777-
/* Set below once the "too many positional arguments" precondition is
1778-
known; must be initialized before the fail_pre_positional exit. */
17791777
PyObject *first_argument = NULL;
17801778
if (co->co_flags & CO_VARKEYWORDS) {
17811779
kwdict = PyDict_New();

0 commit comments

Comments
 (0)