This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: No (public) way to dynamically introspect if an annotation is a TypedDict
Type: Stage: resolved
Components: Library (Lib) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, pxeger
Priority: normal Keywords: patch

Created on 2020-09-15 08:07 by pxeger, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 22254 merged pxeger, 2020-09-15 08:09
Messages (2)
msg376931 - (view) Author: Patrick Reader (pxeger) * Date: 2020-09-15 08:07
See https://github.com/python/typing/issues/751
msg376974 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-09-16 04:58
New changeset 0705ec8a149e27023b0420ae0366d16255f6c9f7 by Patrick Reader in branch 'master':
bpo-41792: Add is_typeddict function to typing.py (GH-22254)
https://github.com/python/cpython/commit/0705ec8a149e27023b0420ae0366d16255f6c9f7
History
Date User Action Args
2022-04-11 14:59:35adminsetgithub: 85958
2020-09-16 04:59:14gvanrossumsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-09-16 04:58:39gvanrossumsetnosy: + gvanrossum
messages: + msg376974
2020-09-15 08:09:41pxegersetkeywords: + patch
stage: patch review
pull_requests: + pull_request21309
2020-09-15 08:07:17pxegercreate