]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
dont assume argument lists for column property
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Aug 2021 15:39:55 +0000 (11:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Aug 2021 20:04:24 +0000 (16:04 -0400)
commit94dfe0dfd7f7e69588d06dcf2ca74a3fce6ad4fc
tree7241822c9250204b8636957d9dc4239044a74118
parente2d9ef3fe6f7bd9b151caf71ae5eb7f15522ec8c
dont assume argument lists for column property

Fixed issue where mypy plugin would crash when interpreting a
``query_expression()`` construct.

Fixes: #6950
Change-Id: Ic1f28d135bf6eb05c92061430c0d5a3663b804ef
doc/build/changelog/unreleased_14/6950.rst [new file with mode: 0644]
lib/sqlalchemy/ext/mypy/infer.py
lib/sqlalchemy/ext/mypy/names.py
test/ext/mypy/files/t_6950.py [new file with mode: 0644]