Close #19313: remove no longer needed Py_XINCREF

Eliminates a refleak introduced in commit b4a325275fb0
This commit is contained in:
Nick Coghlan 2013-10-20 22:43:53 +10:00
parent 36af10c1f7
commit 6de9200e57
1 changed files with 0 additions and 1 deletions

View File

@ -707,7 +707,6 @@ compiler_scope_qualname(struct compiler *c, identifier scope_name)
goto _error;
name = PyUnicode_Join(dot_str, seq);
Py_DECREF(seq);
Py_XINCREF(name);
return name;
_error: