Skip to content

Conversation

@sobolevn
Copy link
Member

Refs #6779

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

psycopg (https://github.com/psycopg/psycopg) + psycopg_pool/psycopg_pool/pool_async.py:243: error: Incompatible types in assignment (expression has type "Coroutine[Any, Any, List[Any]]", variable has type "Future[List[Any]]") [assignment]

@sobolevn
Copy link
MemberAuthor

I've tried to address the only failure in psycopg, I hope everything else is fine!

@srittausrittau merged commit bbd8c77 into python:masterJan 2, 2022
dvarrazzo pushed a commit to sobolevn/psycopg that referenced this pull request Jan 2, 2022
Will become an incompatible type in assignment with the release of python/typeshed#6783
dvarrazzo pushed a commit to psycopg/psycopg that referenced this pull request Jan 2, 2022
Will become an incompatible type in assignment with the release of python/typeshed#6783
Sign up for freeto 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.

2 participants

@sobolevn@srittau