Skip to content

Structural Pattern Matching (PEP 634) #86294

@brandtbucher

Description

@brandtbucher
BPO 42128
Nosy @gvanrossum, @rhettinger, @willingc, @dmoisset, @lysnikolaou, @pablogsal, @tirkarthi, @brandtbucher, @isidentical, @gousaiyang, @Fidget-Spinner, @akulakov, @freundTech
PRs
  • bpo-42128: Structural Pattern Matching (PEP 634) #22917
  • bpo-42128: Add what's new section for PEP 634 (pattern matching) #24588
  • bpo-42128: Add documentation for pattern matching (PEP 634) #24664
  • bpo-42128: Add Pattern Matching to What's New #24667
  • bpo-42128: Add documentation for the new match-based AST nodes #24673
  • bpo-42128: Add __match_args__ to structseq-based classes #24732
  • bpo-42128: Add 'missing :' syntax error message to match statements #24733
  • bpo-42128: Update pattern matching docs to match new PEP changes #25185
  • bpo-42128: __match_args__ can't be a list anymore #25203
  • bpo-42128: Improve "Binding of names" doc section #25642
  • bpo-42182: stdtypes doc - update and fix links to several dunder methods  #27384
  • 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/brandtbucher'
    closed_at = <Date 2021-04-21.03:24:32.247>
    created_at = <Date 2020-10-23.15:22:20.943>
    labels = ['interpreter-core', 'type-feature', '3.10']
    title = 'Structural Pattern Matching (PEP 634)'
    updated_at = <Date 2021-07-27.04:27:58.725>
    user = 'https://github.com/brandtbucher'

    bugs.python.org fields:

    activity = <Date 2021-07-27.04:27:58.725>
    actor = 'andrei.avk'
    assignee = 'brandtbucher'
    closed = True
    closed_date = <Date 2021-04-21.03:24:32.247>
    closer = 'brandtbucher'
    components = ['Interpreter Core']
    creation = <Date 2020-10-23.15:22:20.943>
    creator = 'brandtbucher'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42128
    keywords = ['patch']
    message_count = 56.0
    messages = ['379442', '379443', '379831', '379833', '379834', '386673', '386702', '386712', '386717', '386720', '386727', '386748', '387362', '387364', '387365', '387369', '387371', '387381', '387384', '387385', '387386', '387389', '387390', '387392', '387409', '387410', '387753', '387769', '387773', '387801', '387815', '387817', '387818', '387819', '387827', '387836', '387968', '388040', '388044', '388046', '388066', '388554', '388555', '388567', '388580', '388583', '388584', '388772', '388775', '388784', '388785', '388790', '388792', '388979', '390270', '391472']
    nosy_count = 14.0
    nosy_names = ['gvanrossum', 'rhettinger', 'willingc', 'Daniel Moisset', 'lys.nikolaou', 'pablogsal', 'xtreak', 'brandtbucher', 'BTaskaya', 'gousaiyang', 'kj', 'andrei.avk', 'laurenjl', 'freundTech']
    pr_nums = ['22917', '24588', '24664', '24667', '24673', '24732', '24733', '25185', '25203', '25642', '27384']
    priority = 'normal'
    resolution = None
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue42128'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    Labels

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