diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 14:50:49 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 14:50:49 (GMT) |
commit | 64faad6e459c207cd1bce1db2fd9053b44b0a4ac (patch) | |
tree | 0421d0d3f067f9508f33bd4376937e7e15fbb925 /Python | |
parent | 8880708f8149856b99abf480f913760a64203c39 (diff) | |
download | cpython-64faad6e459c207cd1bce1db2fd9053b44b0a4ac.zip cpython-64faad6e459c207cd1bce1db2fd9053b44b0a4ac.tar.gz cpython-64faad6e459c207cd1bce1db2fd9053b44b0a4ac.tar.bz2 |
Cleanup call_function_tail()
Make call_function_tail() less weird: don't decrement args reference counter,
the caller is now responsible to do that. The caller now also checks if args is
NULL.
Issue #27128.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions