]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Also fix asyncio exception imports. 5865/head
authorFederico Caselli <cfederico87@gmail.com>
Sun, 24 Jan 2021 19:48:30 +0000 (20:48 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Sun, 24 Jan 2021 19:48:30 +0000 (20:48 +0100)
commit35cc1fa3f6ff962676f571ae30851f4b4d96762a
tree11cad3a197ee6335a24ed9068d0b4b982fddb312
parentdc096c9b23885a254fcde83fe38efde65b339b40
Also fix asyncio exception imports.

The python documentation imports everything directly from the
asyncio package, and it seems that py < 3.8 does not have the
asyncio.exception module

Change-Id: I4719185f02f3c8d030ff24601e15f81767ba7d5a
lib/sqlalchemy/util/queue.py