]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix(mypy): Placeholder vars should have fullname set. 7348/head
authorJaen Saul <jaen@saul.ee>
Fri, 19 Nov 2021 20:12:44 +0000 (22:12 +0200)
committerJaen Saul <jaen@saul.ee>
Fri, 19 Nov 2021 20:18:59 +0000 (22:18 +0200)
commit79eefa3417e09a8f9defaeafdb9f76d323385238
treee2706bcc7ac37a38a809ab12806d7d92ab0a013c
parent2eb2902544b893e3987b894c5edddcadb82e8f72
fix(mypy): Placeholder vars should have fullname set.

Otherwise the dmypy daemon will crash on an incremental re-run.
lib/sqlalchemy/ext/mypy/apply.py