]> granicus.if.org Git - python/commit
PyEval_CallObjectWithKeywords() doesn't inc/decref
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 22:25:01 +0000 (00:25 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Aug 2016 22:25:01 +0000 (00:25 +0200)
commit6e2333dfdf54f052fcf404086141e820da3af8fb
treead09bdeedf7c5f38daf4f3b4d23fcba4d861de81
parent7e7823a03785925573b732be30e97f8585272f18
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.
Python/ceval.c