This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients asvetlov, brian.curtin, graingert, lisroach, xtreak, yselivanov
Date 2020-05-02.00:13:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588378413.64.0.948593803119.issue40406@roundup.psfhosted.org>
In-reply-to
Content
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():
            ...
History
Date User Action Args
2020-05-02 00:13:33brian.curtinsetrecipients: + brian.curtin, asvetlov, yselivanov, graingert, lisroach, xtreak
2020-05-02 00:13:33brian.curtinsetmessageid: <1588378413.64.0.948593803119.issue40406@roundup.psfhosted.org>
2020-05-02 00:13:33brian.curtinlinkissue40406 messages
2020-05-02 00:13:33brian.curtincreate