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.
V
Victor Stinner committed
6e2333dfdf54f052fcf404086141e820da3af8fb
Parent: 7e7823a