commit | 3997f3ce8ab15269fc800062f75411865dbc0d55 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Oct 31 01:43:40 2021 -0700 |
committer | GitHub <noreply@github.com> | Sun Oct 31 01:43:40 2021 -0700 |
tree | 822b70e4728cc1c8bf3276d1a55e714ef643b60f | |
parent | da222b7cc804adb1508f806d7fc6a2e65b8423e8 [diff] |
bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) Literal[True, 2] is no longer equal to Literal[1, 2]. (cherry picked from commit 634984d7dbdd91e0a51a793eed4d870e139ae1e0) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>