]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Make other loop test compatible with py3.10
authorFederico Caselli <cfederico87@gmail.com>
Thu, 27 May 2021 20:51:40 +0000 (22:51 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 27 May 2021 20:51:40 +0000 (22:51 +0200)
commitde7448f2cb908b5f2ff54278be66ff1225936d5a
tree205559472d0fe822118e9d5612142a7e24d14105
parent4c6f10d7a3665e895b095db2f29ad04a9ac71ded
Make other loop test compatible with py3.10

Python 3.10 fixes the issue where the loop would bind to a queue
on instantiation. Now an object binds to the loop only when first
needs it. I've looked at queues, but I'm assuming locks behave
the same,

Change-Id: Ibb8d263cdea230e9c85709528c21da31d0df2e65
test/base/test_concurrency_py3k.py