Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-38870: Remove dead code related with argument unparsing #17613

Open
wants to merge 1 commit into
base: master
from

Conversation

@isidentical
Copy link
Contributor

isidentical commented Dec 15, 2019

It looks like there are no ways this code to fall down first = False block. Because of this statement;

cpython/Lib/ast.py

Lines 1187 to 1189 in 94d2c8d

if node.vararg or node.kwonlyargs:
if first:
first = False

https://bugs.python.org/issue38870

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.