Commit 6e2333d
committed
PyEval_CallObjectWithKeywords() doesn't inc/decref
Issue #27809: PyEval_CallObjectWithKeywords() doesn't increment temporary the
reference counter of the args tuple (positional arguments). The caller already
holds a strong reference to it.1 parent 7e7823a commit 6e2333d
1 file changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4580 | 4580 | | |
4581 | 4581 | | |
4582 | 4582 | | |
4583 | | - | |
4584 | | - | |
4585 | 4583 | | |
4586 | 4584 | | |
4587 | 4585 | | |
| |||
4605 | 4603 | | |
4606 | 4604 | | |
4607 | 4605 | | |
4608 | | - | |
4609 | | - | |
4610 | | - | |
4611 | | - | |
4612 | | - | |
| 4606 | + | |
4613 | 4607 | | |
4614 | 4608 | | |
4615 | 4609 | | |
| |||
0 commit comments