diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-23 00:25:01 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-23 00:25:01 +0200 |
commit | 2106b8b6a210490c36471334570461db73cfddee (patch) | |
tree | 02302fe63427dc7b6cc80f81980a02416469bcbb /Python/bltinmodule.c | |
parent | a50750d18931d26248ce52951838a605dca9651a (diff) | |
download | cpython-2106b8b6a210490c36471334570461db73cfddee.tar.gz |
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.
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions