]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix _PyObject_CallFunctionVa(), use the small stack
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Dec 2016 11:36:50 +0000 (12:36 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Dec 2016 11:36:50 +0000 (12:36 +0100)
commitd1e35dd9ee50adf2c69445893ce4e5576b983091
tree74819772c5c7a54eb47750c5f749e68b1804dc0a
parent44dcd1e1d53aff424219685590de196d296b3504
Fix _PyObject_CallFunctionVa(), use the small stack

Issue #28915. Oops, I disabled the small stack to test both code paths. It's
now fixed.
Objects/abstract.c