Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Inconsistent ordering of arguments if one is a keyword argument #201

Open
chess-equality opened this issue Jun 9, 2019 · 0 comments
Open
Assignees
Labels

Comments

@chess-equality
Copy link

I have the function:

def function9(param1, **param2):
    print "keywordArgs"

When parsing the arguments, the order of the arguments in the children array are inconsistent, such that sometimes I get args[0] = param1, args[1] = param2, other times I get args[0] = param2, args[1] = param1.

@dennwc dennwc added the bug label Jun 9, 2019
@dennwc dennwc self-assigned this Jun 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants