]> git.ipfire.org Git - thirdparty/psycopg.git/commit
chore(pool): use coro test from inspect instead of asyncio
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Sep 2025 09:23:59 +0000 (11:23 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Sep 2025 09:34:59 +0000 (11:34 +0200)
commit6d846c84aceb0d4531ec9d31c29b20d2778a1413
tree3ecb99b2d955155b16e752e38ff5b5a7d21768b0
parent14df8f2bdfc14d289f6afedc8abf36711bf6cfe2
chore(pool): use coro test from inspect instead of asyncio

The latter is deprecated in Python 3.14.
psycopg_pool/psycopg_pool/pool_async.py