| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| A side effect of one of the changes is that equality comparisons of `Literal` | ||
| objects will now raise a `TypeError` if one of the `Literal` objects being | ||
| compared has a mutable parameter. (Using mutable parameters with `Literal` is | ||
| not supported by PEP 586 or by any major static type checkers.) |
There was a problem hiding this comment.
Nice dig against pyanalyze :)
Sorry, something went wrong.
There was a problem hiding this comment.
Oh entirely unintentional!! I can take this out if you like :)
Sorry, something went wrong.
There was a problem hiding this comment.
Nah, it's true.
Sorry, something went wrong.
|
Seems like something's broken on 3.9.0. |
Sorry, something went wrong.
A result of python/cpython#19620. I'm looking at it. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #113. Closes #144.
Backports python/cpython#23294 and python/cpython#23383, both originally by Yurii Karabas.