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: Fix TypedDict totality check for inherited keys
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Vlad Emelianov, gvanrossum
Priority: normal Keywords: patch

Created on 2020-02-13 14:31 by Vlad Emelianov, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18503 merged Vlad Emelianov, 2020-02-13 14:52
Messages (2)
msg361957 - (view) Author: Vlad Emelianov (Vlad Emelianov) * Date: 2020-02-13 14:31
Add changes made in https://github.com/python/typing/pull/700 to upstream.
msg361969 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2020-02-13 19:53
New changeset 10e87e5ef4c1b4fb8415d9ddc362e2591f2f0b6c by Vlad Emelianov in branch 'master':
bpo-39627: Fix TypedDict totality check for inherited keys (#18503)
https://github.com/python/cpython/commit/10e87e5ef4c1b4fb8415d9ddc362e2591f2f0b6c
History
Date User Action Args
2022-04-11 14:59:26adminsetgithub: 83808
2020-02-13 19:54:11gvanrossumsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-02-13 19:53:33gvanrossumsetnosy: + gvanrossum
messages: + msg361969
2020-02-13 14:54:01Vlad Emelianovsettitle: Fix TypedDict totalizy check for inherited keys -> Fix TypedDict totality check for inherited keys
2020-02-13 14:52:57Vlad Emelianovsetkeywords: + patch
stage: patch review
pull_requests: + pull_request17879
2020-02-13 14:31:28Vlad Emelianovcreate