]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(async_to_sync): finally solved the Tuple mystery
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Sep 2023 21:18:30 +0000 (22:18 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 11 Oct 2023 21:45:38 +0000 (23:45 +0200)
commit24ff1271ec9eb6fcd8e9a5a5acefba92a015a710
treedd9e17804760a670b20d83442f21608a02beb5a0
parent83c0fa2b9e7ac1742fab8ccdb16a7474350bb76e
refactor(async_to_sync): finally solved the Tuple mystery

The problem came from names shadowing in the ast_comment module. To be
reported upstream.
tools/async_to_sync.py