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

Import PEP 593 (Flexible function and variable annotations) support already implemented in typing_extensions #83672

Closed
jstasiak mannequin opened this issue Jan 29, 2020 · 2 comments
Labels
3.9 only security fixes stdlib Python modules in the Lib dir

Comments

@jstasiak
Copy link
Mannequin

jstasiak mannequin commented Jan 29, 2020

BPO 39491
Nosy @gvanrossum, @jstasiak, @ilevkivskyi
PRs
  • bpo-39491: Merge PEP 593 (typing.Annotated) support #18260
  • bpo-39491: Mention Annotated in get_origin() docstring #18379
  • bpo-39591: Functions in Python/traceback.c can take const pointer arguments #18422
  • 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-02-06.17:00:32.186>
    created_at = <Date 2020-01-29.21:46:08.412>
    labels = ['library', '3.9']
    title = 'Import PEP 593 (Flexible function and variable annotations) support already implemented in typing_extensions'
    updated_at = <Date 2020-02-09.07:01:58.708>
    user = 'https://github.com/jstasiak'

    bugs.python.org fields:

    activity = <Date 2020-02-09.07:01:58.708>
    actor = 'petdance'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-02-06.17:00:32.186>
    closer = 'jstasiak'
    components = ['Library (Lib)']
    creation = <Date 2020-01-29.21:46:08.412>
    creator = 'jstasiak'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39491
    keywords = ['patch']
    message_count = 2.0
    messages = ['361398', '361525']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'jstasiak', 'levkivskyi']
    pr_nums = ['18260', '18379', '18422']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue39491'
    versions = ['Python 3.9']

    @jstasiak jstasiak mannequin added 3.9 only security fixes stdlib Python modules in the Lib dir labels Jan 29, 2020
    @gvanrossum
    Copy link
    Member

    New changeset cf5b109 by Jakub Stasiak in branch 'master':
    bpo-39491: Merge PEP-593 (typing.Annotated) support (bpo-18260)
    cf5b109

    @jstasiak jstasiak mannequin closed this as completed Feb 6, 2020
    @jstasiak jstasiak mannequin closed this as completed Feb 6, 2020
    @gvanrossum
    Copy link
    Member

    New changeset 38aaaaa by Jakub Stasiak in branch 'master':
    bpo-39491: Mention Annotated in get_origin() docstring (GH-18379)
    38aaaaa

    @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.9 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant