mirror of
https://github.com/python/cpython.git
synced 2025-10-27 08:46:53 +00:00
Close #19313: remove no longer needed Py_XINCREF
Eliminates a refleak introduced in commit b4a325275fb0
This commit is contained in:
parent
36af10c1f7
commit
6de9200e57
1 changed files with 0 additions and 1 deletions
|
|
@ -707,7 +707,6 @@ compiler_scope_qualname(struct compiler *c, identifier scope_name)
|
||||||
goto _error;
|
goto _error;
|
||||||
name = PyUnicode_Join(dot_str, seq);
|
name = PyUnicode_Join(dot_str, seq);
|
||||||
Py_DECREF(seq);
|
Py_DECREF(seq);
|
||||||
Py_XINCREF(name);
|
|
||||||
return name;
|
return name;
|
||||||
|
|
||||||
_error:
|
_error:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue