Skip to content

inspect.signature.bind does not correctly handle keyword argument with same name as positional-only parameter #82659

@orez

Description

@orez
mannequin
BPO 38478
Nosy @pablogsal, @miss-islington, @orez-
PRs
  • bpo-38478: Correctly handle keyword argument with same name as positional-only parameter #16800
  • [3.8] bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) #16801
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/pablogsal'
    closed_at = <Date 2019-10-15.12:46:36.956>
    created_at = <Date 2019-10-15.02:26:32.669>
    labels = ['3.8', 'type-bug', 'library', '3.9']
    title = 'inspect.signature.bind does not correctly handle keyword argument with same name as positional-only parameter'
    updated_at = <Date 2019-10-15.12:46:36.955>
    user = 'https://github.com/orez'

    bugs.python.org fields:

    activity = <Date 2019-10-15.12:46:36.955>
    actor = 'pablogsal'
    assignee = 'pablogsal'
    closed = True
    closed_date = <Date 2019-10-15.12:46:36.956>
    closer = 'pablogsal'
    components = ['Library (Lib)']
    creation = <Date 2019-10-15.02:26:32.669>
    creator = 'brian.shaginaw'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38478
    keywords = ['patch']
    message_count = 4.0
    messages = ['354683', '354710', '354714', '354718']
    nosy_count = 3.0
    nosy_names = ['pablogsal', 'miss-islington', 'brian.shaginaw']
    pr_nums = ['16800', '16801']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue38478'
    versions = ['Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    Labels

    3.8 (EOL)end of life3.9 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions