Skip to content

Add support for PEP 612 (Parameter Specification Variables) to typing.py #85731

@gvanrossum

Description

@gvanrossum
BPO 41559
Nosy @gvanrossum, @gvanrossum, @Fidget-Spinner
PRs
  • bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing #23702
  • bpo-41559: Documentation for PEP 612 #24000
  • bpo-41559: Convert lists to tuples in genericalias to prepare for PEP 612 #24056
  • bpo-41559: Change PEP 612 implementation to pure Python #25449
  • 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 2021-04-28.15:47:23.848>
    created_at = <Date 2020-08-15.18:36:04.607>
    labels = ['type-bug', 'library', '3.10']
    title = 'Add support for PEP 612 (Parameter Specification Variables) to typing.py'
    updated_at = <Date 2021-04-28.16:14:24.696>
    user = 'https://github.com/gvanrossum'

    bugs.python.org fields:

    activity = <Date 2021-04-28.16:14:24.696>
    actor = 'gvanrossum'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-04-28.15:47:23.848>
    closer = 'kj'
    components = ['Library (Lib)']
    creation = <Date 2020-08-15.18:36:04.607>
    creator = 'gvanrossum'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41559
    keywords = ['patch']
    message_count = 22.0
    messages = ['375487', '382764', '382778', '382805', '382833', '382837', '382843', '382856', '382858', '382938', '383674', '383675', '383676', '384212', '384213', '384217', '386903', '391269', '391270', '392223', '392228', '392231']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'Guido.van.Rossum', 'kj']
    pr_nums = ['23702', '24000', '24056', '25449']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue41559'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixesstdlibStandard 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