Commit dd3493b3 authored by Nick Coghlan's avatar Nick Coghlan

Close #19313: remove no longer needed Py_XINCREF

Eliminates a refleak introduced in commit b4a325275fb0
parent c1974a55
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment