]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix(mypy): Placeholder vars should have fullname set.
authorJaen Saul <jaen@saul.ee>
Fri, 19 Nov 2021 20:12:44 +0000 (22:12 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 15 Jan 2022 09:44:31 +0000 (10:44 +0100)
commit7c170ade108b907c4ea6c7a73cc606afd1838885
treec07b6aacddb594a663ff9dc781e9f2f50403a037
parent18c6b74562680a15544cd51eaf236ec52d069783
fix(mypy): Placeholder vars should have fullname set.

Otherwise the dmypy daemon will crash on an incremental re-run.

Fixes: #7347
Closes: #7348
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/7348
Pull-request-sha: 79eefa3417e09a8f9defaeafdb9f76d323385238

Change-Id: Id2133e837ee5dcf43461af51458e296353bdad6c
doc/build/changelog/unreleased_14/7347.rst [new file with mode: 0644]
lib/sqlalchemy/ext/mypy/apply.py