commit | 64faad6e459c207cd1bce1db2fd9053b44b0a4ac | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 16:50:49 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 16:50:49 2016 +0200 |
tree | 0421d0d3f067f9508f33bd4376937e7e15fbb925 | |
parent | 8880708f8149856b99abf480f913760a64203c39 [diff] |
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.