]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
typing fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Mar 2024 20:59:40 +0000 (16:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Mar 2024 20:59:40 +0000 (16:59 -0400)
commit8a3ba1163cdbe1e5fffd6b62b00d61925b8be200
tree525952364bb050a9c382007794820293076a86d6
parent4bc12e6abda97386b2eb66aff21312d010e57e1d
typing fix

the most recent greenlet/asyncio commit introduced a typing error
that only comes up under python3.10 due to the non-presence of
asyncio.Runner in that version.  do an intricate dance here along with
another python-version-specific thing observed around the greenlet
import.

Change-Id: I1b220ab8ea633cdf43ad7e8abe826f758858b62a
lib/sqlalchemy/util/_concurrency_py3k.py
lib/sqlalchemy/util/concurrency.py