Skip to content

Avoid conflicts when pass arbitrary keyword arguments to Python function #80699

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 36518
Nosy @gvanrossum, @serhiy-storchaka, @zooba, @mariocj89
PRs
  • bpo-36518: Store keyword arguments that matches passed positional arguments into varkw. #12674
  • bpo-37116: Use PEP 570 syntax for positional-only parameters. #13700
  • 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 = None
    closed_at = <Date 2019-09-11.11:05:42.070>
    created_at = <Date 2019-04-03.14:14:02.897>
    labels = ['interpreter-core', 'type-feature', '3.8']
    title = 'Avoid conflicts when pass arbitrary keyword arguments to Python function'
    updated_at = <Date 2019-09-11.11:05:42.069>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2019-09-11.11:05:42.069>
    actor = 'steve.dower'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-09-11.11:05:42.070>
    closer = 'steve.dower'
    components = ['Interpreter Core']
    creation = <Date 2019-04-03.14:14:02.897>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36518
    keywords = ['patch']
    message_count = 4.0
    messages = ['339392', '339410', '340605', '340631']
    nosy_count = 5.0
    nosy_names = ['gvanrossum', 'serhiy.storchaka', 'steve.dower', 'mariocj89', 'lkollar']
    pr_nums = ['12674', '13700']
    priority = 'normal'
    resolution = 'rejected'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue36518'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.8 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions