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

PEP 604 -- Allow writing union types as X | Y #85600

Closed
maggiemoss mannequin opened this issue Jul 28, 2020 · 7 comments
Closed

PEP 604 -- Allow writing union types as X | Y #85600

maggiemoss mannequin opened this issue Jul 28, 2020 · 7 comments
Labels
3.10 only security fixes type-bug An unexpected behavior, bug, or error

Comments

@maggiemoss
Copy link
Mannequin

maggiemoss mannequin commented Jul 28, 2020

BPO 41428
Nosy @gvanrossum, @vstinner, @pablogsal, @tirkarthi, @MaggieMoss, @Fidget-Spinner
PRs
  • bpo-41428: Implementation for PEP 604 #21515
  • bpo-41428: Fix compiler warnings in unionobject.c #22388
  • bpo-41428: Fix compiler warning in unionobject.c #22416
  • bpo-41428: Documentation for PEP 604  #22517
  • 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 2020-10-05.04:41:51.582>
    created_at = <Date 2020-07-28.22:32:30.922>
    labels = ['type-bug', '3.10']
    title = 'PEP 604 -- Allow writing union types as X | Y'
    updated_at = <Date 2020-10-05.04:41:51.582>
    user = 'https://github.com/maggiemoss'

    bugs.python.org fields:

    activity = <Date 2020-10-05.04:41:51.582>
    actor = 'gvanrossum'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-10-05.04:41:51.582>
    closer = 'gvanrossum'
    components = []
    creation = <Date 2020-07-28.22:32:30.922>
    creator = 'maggiemoss'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41428
    keywords = ['patch']
    message_count = 7.0
    messages = ['374535', '376660', '376661', '377425', '377522', '377524', '377993']
    nosy_count = 6.0
    nosy_names = ['gvanrossum', 'vstinner', 'pablogsal', 'xtreak', 'maggiemoss', 'kj']
    pr_nums = ['21515', '22388', '22416', '22517']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue41428'
    versions = ['Python 3.10']

    @maggiemoss
    Copy link
    Mannequin Author

    maggiemoss mannequin commented Jul 28, 2020

    @maggiemoss maggiemoss mannequin added 3.10 only security fixes type-bug An unexpected behavior, bug, or error labels Jul 28, 2020
    @pablogsal
    Copy link
    Member

    New changeset 1b4552c by Maggie Moss in branch 'master':
    bpo-41428: Implementation for PEP-604 (GH-21515)
    1b4552c

    @pablogsal
    Copy link
    Member

    Now that PR 21515 is landed, we should consider what sections of the docs/spec needs to be updated.

    @vstinner
    Copy link
    Member

    New changeset d67de0a by Victor Stinner in branch 'master':
    bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)
    d67de0a

    @vstinner
    Copy link
    Member

    New changeset d73cf7c by Victor Stinner in branch 'master':
    bpo-41428: Fix compiler warning in unionobject.c (GH-22416)
    d73cf7c

    @vstinner
    Copy link
    Member

    Now that PR 21515 is landed, we should consider what sections of the docs/spec needs to be updated.

    Any update on the documentation?

    @gvanrossum
    Copy link
    Member

    New changeset 8e1dd55 by Fidget-Spinner in branch 'master':
    bpo-41428: Documentation for PEP-604 (gh-22517)
    8e1dd55

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants