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 36af10c commit 6de9200Copy full SHA for 6de9200
1 file changed
Python/compile.c
@@ -707,7 +707,6 @@ compiler_scope_qualname(struct compiler *c, identifier scope_name)
707
goto _error;
708
name = PyUnicode_Join(dot_str, seq);
709
Py_DECREF(seq);
710
- Py_XINCREF(name);
711
return name;
712
713
_error:
0 commit comments