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

Fperrin fix 11899 rebase 2022 06 24 #6

Closed
wants to merge 4 commits into from

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    a9b4a8c View commit details
    Browse the repository at this point in the history
  2. Do not delete FuncItem.arguments on deserialize

    When FuncDef is deserialized we don't reconstruct the arguments.
    Previous code was deleting the attribute, leading to python#11899; instead,
    always set the attribute, maybe to the empty list, and get argument
    names from arg_names if arguments is empty.
    fperrin committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    93fb5d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3940758 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85a8a69 View commit details
    Browse the repository at this point in the history