summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-17 08:41:26 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-17 08:41:26 +0200
commit56c382f64bebb2a8423be37259d028fee9b0dfb6 (patch)
tree947e48527f702843ca83a8586e6bbd9d520a38c3
parent59b200d12f0b632eee36edec6f56dc689ab0736d (diff)
downloadcython-56c382f64bebb2a8423be37259d028fee9b0dfb6.tar.gz
Remove accidentally duplicated code line.
-rw-r--r--Cython/Utility/CythonFunction.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cython/Utility/CythonFunction.c b/Cython/Utility/CythonFunction.c
index 51aa7904d..9cf504c84 100644
--- a/Cython/Utility/CythonFunction.c
+++ b/Cython/Utility/CythonFunction.c
@@ -1183,7 +1183,6 @@ __pyx_FusedFunction_getitem(__pyx_FusedFunctionObject *self, PyObject *idx)
}
signature = PyUnicode_Join(PYUNICODE("|"), list);
- signature = PyUnicode_Join(PYUNICODE("|"), list);
__pyx_err:;
Py_DECREF(list);
} else {