diff options
author | David Lechner <david@pybricks.com> | 2022-03-29 12:44:58 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-03-31 17:01:03 +1100 |
commit | 9b74d71aa74d368e0679616173edb4be49e03684 (patch) | |
tree | a206e41d6fdab9f5c379f7ecb6ea5f32b850366f /tests/basics/fun_callstardblstar.py | |
parent | 3679a47eb064850406f473bc435c36d95017c16e (diff) | |
download | micropython-9b74d71aa74d368e0679616173edb4be49e03684.tar.gz micropython-9b74d71aa74d368e0679616173edb4be49e03684.zip |
py/runtime: Drop new_alloc < 4 check.
To reach this check, n_kw has to be >= 1 and therefore args2_alloc has
to be >= 2. Therefore new_alloc will always be >= 4. So this check will
never be true and can be removed.
Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'tests/basics/fun_callstardblstar.py')
0 files changed, 0 insertions, 0 deletions