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 | 6e2333dfdf54f052fcf404086141e820da3af8fb (patch) | |
tree | ad09bdeedf7c5f38daf4f3b4d23fcba4d861de81 /Python/bltinmodule.c | |
parent | 7e7823a03785925573b732be30e97f8585272f18 (diff) | |
download | cpython-git-6e2333dfdf54f052fcf404086141e820da3af8fb.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