summaryrefslogtreecommitdiff
path: root/Python/bytecodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/bytecodes.c')
-rw-r--r--Python/bytecodes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/bytecodes.c b/Python/bytecodes.c
index be54e5f6f5..d5d5034cbf 100644
--- a/Python/bytecodes.c
+++ b/Python/bytecodes.c
@@ -727,6 +727,7 @@ dummy_func(
else {
assert(retval != NULL);
}
+ Py_DECREF(v);
}
inst(SEND_GEN, (unused/1, receiver, v -- receiver)) {