commit | 6de9200e5716d969b1f4a125eed2fbbb2f3acff7 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Oct 20 22:43:53 2013 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Oct 20 22:43:53 2013 +1000 |
tree | 9ecce7c4d1d55d5ba00734ff002190e46f4f37c3 | |
parent | 36af10c1f7e50b257e97854aca594ec988d85c65 [diff] |
Close #19313: remove no longer needed Py_XINCREF Eliminates a refleak introduced in commit b4a325275fb0
diff --git a/Python/compile.c b/Python/compile.c index eeccd11..5b23e61 100644 --- a/Python/compile.c +++ b/Python/compile.c
@@ -707,7 +707,6 @@ goto _error; name = PyUnicode_Join(dot_str, seq); Py_DECREF(seq); - Py_XINCREF(name); return name; _error: