Skip to content

Fix crash on ParamSpec in incremental mode#14885

Merged
JukkaL merged 2 commits intopython:masterfrom
ilevkivskyi:fix-paramspec-incr-crash
Mar 12, 2023
Merged

Fix crash on ParamSpec in incremental mode#14885
JukkaL merged 2 commits intopython:masterfrom
ilevkivskyi:fix-paramspec-incr-crash

Conversation

@ilevkivskyi
Copy link
Copy Markdown
Member

@ilevkivskyi ilevkivskyi commented Mar 12, 2023

Fixes #14687
Fixes #14353

@ilevkivskyi ilevkivskyi requested a review from JukkaL March 12, 2023 00:08
@github-actions
Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JukkaL JukkaL merged commit 4365dad into python:master Mar 12, 2023
@ilevkivskyi ilevkivskyi deleted the fix-paramspec-incr-crash branch March 12, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash when using imported class with partial If .mypy_cache exists "AttributeError: attribute 'mro' of 'TypeInfo' undefined"

2 participants