Dennis Sweeney <sweeney.dennis...@gmail.com> added the comment:
I just ran the entire test suite with: --- a/Python/ceval.c +++ b/Python/ceval.c @@ -4179,6 +4179,7 @@ _PyEval_EvalCode(PyThreadState *tstate, Py_ssize_t j; if (keyword == NULL || !PyUnicode_Check(keyword)) { + printf("THIS CODE WAS RUN!\n"); _PyErr_Format(tstate, PyExc_TypeError, "%U() keywords must be strings", qualname); and the line was never printed. So maybe the test coverage (or removal?) should be a separate issue. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40679> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com