]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
move compiler / pool critical casts away
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Mar 2022 18:34:05 +0000 (14:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Mar 2022 18:34:05 +0000 (14:34 -0400)
commit35f82173e04b3209e07fcfc0606a7614108d018e
tree11926618658661f64dfb18045c405841145c16bd
parent46ddbd344b41f24e1fc72a89f8613f4a2e3ec44e
move compiler / pool critical casts away

callcount tests were being impacted by a few cast() calls,
move them behind TYPE_CHECKING

Change-Id: I633bbfe55313db94ebb22f87cc4216f8e50d807e
lib/sqlalchemy/pool/base.py
lib/sqlalchemy/pool/impl.py
lib/sqlalchemy/sql/compiler.py
test/profiles.txt