]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Make the async pool unavailable on Python 3.6
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Mar 2021 01:05:09 +0000 (02:05 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 04:07:25 +0000 (05:07 +0100)
commit997d3d81d22b138729cbe51de231a063a48c1480
tree5826b2cd557f8f5713851b43eaeb1fa2809b9f61
parentda8ac2b2e303b5341f0e45cab5eb3ba3cf55b48a
Make the async pool unavailable on Python 3.6

Because of https://bugs.python.org/issue42600 or thereabout.
psycopg3/psycopg3/pool/async_pool.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py