There was an error while loading. Please reload this page.
1 parent 5091c44 commit 4b8f4acCopy full SHA for 4b8f4ac
Parser/action_helpers.c
@@ -554,9 +554,6 @@ _make_posargs(Parser *p,
554
else if (plain_names == NULL && names_with_default != NULL) {
555
*posargs = _get_names(p, names_with_default);
556
}
557
- else if (plain_names != NULL && names_with_default == NULL) {
558
- *posargs = plain_names;
559
- }
560
else {
561
*posargs = _Py_asdl_arg_seq_new(0, p->arena);
562
0 commit comments