Fix getargs argument passing by hauntsaninja · Pull Request #18350 · python/mypy

@hauntsaninja

@hauntsaninja mentioned this pull request

Dec 28, 2024

cdce8p

cdce8p

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>

@hauntsaninja

@hauntsaninja

@hauntsaninja

cdce8p

svalentin pushed a commit that referenced this pull request

Dec 30, 2024
Fixes mypyc/mypyc#1078

Introduced in #17930

See the first commit to see the bug (wrong condition)

---------

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>

hauntsaninja added a commit to hauntsaninja/mypy that referenced this pull request

Dec 31, 2024
Improves test added in python#18350 to confirm the args are actually parsed
correctly

hauntsaninja added a commit that referenced this pull request

Dec 31, 2024
Improves test added in #18350 to confirm the args are actually parsed
correctly