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

No (public) way to dynamically introspect if an annotation is a TypedDict #85958

Closed
pxeger mannequin opened this issue Sep 15, 2020 · 2 comments
Closed

No (public) way to dynamically introspect if an annotation is a TypedDict #85958

pxeger mannequin opened this issue Sep 15, 2020 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@pxeger
Copy link
Mannequin

pxeger mannequin commented Sep 15, 2020

BPO 41792
Nosy @gvanrossum, @pxeger
PRs
  • bpo-41792 / typing#751 - Add is_typeddict function to typing.py #22254
  • 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-09-16.04:59:14.521>
    created_at = <Date 2020-09-15.08:07:17.049>
    labels = ['library']
    title = 'No (public) way to dynamically introspect if an annotation is a TypedDict'
    updated_at = <Date 2020-09-16.04:59:14.521>
    user = 'https://github.com/pxeger'

    bugs.python.org fields:

    activity = <Date 2020-09-16.04:59:14.521>
    actor = 'gvanrossum'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-09-16.04:59:14.521>
    closer = 'gvanrossum'
    components = ['Library (Lib)']
    creation = <Date 2020-09-15.08:07:17.049>
    creator = 'pxeger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41792
    keywords = ['patch']
    message_count = 2.0
    messages = ['376931', '376974']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'pxeger']
    pr_nums = ['22254']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue41792'
    versions = []

    @pxeger
    Copy link
    Mannequin Author

    pxeger mannequin commented Sep 15, 2020

    See python/typing#751

    @pxeger pxeger mannequin added stdlib Python modules in the Lib dir labels Sep 15, 2020
    @gvanrossum
    Copy link
    Member

    New changeset 0705ec8 by Patrick Reader in branch 'master':
    bpo-41792: Add is_typeddict function to typing.py (GH-22254)
    0705ec8

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

    No branches or pull requests

    1 participant