Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 04e654a commit 73f77b4Copy full SHA for 73f77b4
1 file changed
Python/compile.c
@@ -303,7 +303,6 @@ struct compiling {
303
static void
304
com_error(struct compiling *c, PyObject *exc, char *msg)
305
{
306
- size_t n = strlen(msg);
307
PyObject *v, *tb, *tmp;
308
c->c_errors++;
309
if (c->c_lineno <= 1) {
0 commit comments