]> granicus.if.org Git - python/commit
Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Feb 2017 16:42:18 +0000 (17:42 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Feb 2017 16:42:18 +0000 (17:42 +0100)
commitfdbc397f4d765c15e6178ae1ecf8002dfeca3d2b
tree6487dc42169a0b4cef4cf52c393d1b2189f10b07
parent122fb562d4f61a4862e05987f48d637b885bfeb6
Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack()

Rename also "l" argument to "nargs".
Python/getargs.c