From f03d318ca42578e45405717aedd4ac26ea52aaed Mon Sep 17 00:00:00 2001 From: Yurii Karabas <1998uriyyo@gmail.com> Date: Tue, 17 Nov 2020 04:23:19 +0200 Subject: bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) Literal equality no longer depends on the order of arguments. Fix issue related to `typing.Literal` caching by adding `typed` parameter to `typing._tp_cache` function. Add deduplication of `typing.Literal` arguments. --- Misc/ACKS | 1 + 1 file changed, 1 insertion(+) (limited to 'Misc/ACKS') diff --git a/Misc/ACKS b/Misc/ACKS index 35a87ae6b9..1d106144d4 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -861,6 +861,7 @@ Jan Kanis Rafe Kaplan Jacob Kaplan-Moss Allison Kaptur +Yurii Karabas Janne Karila Per Øyvind Karlsen Anton Kasyanov -- cgit v1.2.3