Close #19313: remove no longer needed Py_XINCREF
Eliminates a refleak introduced in commit b4a325275fb0
This commit is contained in:
parent
36af10c1f7
commit
6de9200e57
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue