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

[3.9] bpo-42345: Fix hash implementation of typing.Literal (GH-23383) #23408

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 19, 2020

Fix hash implementation of typing.Literal.

Update docs regarding typing.Litaral caching.

Base implementation was done in PR GH-23294.
(cherry picked from commit 1b54077)

Co-authored-by: Yurii Karabas 1998uriyyo@gmail.com

https://bugs.python.org/issue42345

Fix hash implementation of `typing.Literal`.

Update docs regarding `typing.Litaral` caching.

Base implementation was done in PR pythonGH-23294.
(cherry picked from commit 1b54077)

Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
@miss-islington
Copy link
Contributor Author

@uriyyo: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@uriyyo: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@uriyyo: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 2acd9d0 into python:3.9 Nov 19, 2020
@miss-islington miss-islington deleted the backport-1b54077-3.9 branch November 19, 2020 16:51
@miss-islington
Copy link
Contributor Author

@uriyyo: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants