mirror of
https://github.com/python/cpython.git
synced 2025-08-24 10:45:53 +00:00
GH-87849: Fix refleak in SEND instruction. (GH-101908)
Fix refleak in SEND instruction.
This commit is contained in:
parent
e8b6aaad2f
commit
c7766245c1
2 changed files with 2 additions and 0 deletions
|
@ -727,6 +727,7 @@ dummy_func(
|
|||
else {
|
||||
assert(retval != NULL);
|
||||
}
|
||||
Py_DECREF(v);
|
||||
}
|
||||
|
||||
inst(SEND_GEN, (unused/1, receiver, v -- receiver)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue