Brian Curtin <br...@python.org> added the comment:

graingert: Do you have a workaround for this? I'm doing roughly the same thing 
with an asyncpg connection pool nested with a transaction and am getting 
nowhere.


    async with pg_pool.acquire() as conn:
        async with conn.transaction():
            ...

----------
nosy: +brian.curtin

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40406>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to