]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor: use assignment expressions in loops with assignment and break
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 27 Mar 2025 16:36:29 +0000 (17:36 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 3 Apr 2025 11:01:02 +0000 (12:01 +0100)
commitd9a20b6923fe7635ee2fead3fb0e10ebe3390a69
treef47dab2f78e95abdcc4aaead8f2dca3b2975eecb
parent5209f5e717b070fb665317d1e79cb70626f4550a
refactor: use assignment expressions in loops with assignment and break
16 files changed:
psycopg/psycopg/_copy.py
psycopg/psycopg/_copy_async.py
psycopg/psycopg/cursor.py
psycopg/psycopg/cursor_async.py
psycopg/psycopg/generators.py
tests/pq/test_async.py
tests/test_copy.py
tests/test_copy_async.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/test_cursor_client.py
tests/test_cursor_client_async.py
tests/test_cursor_raw.py
tests/test_cursor_raw_async.py
tests/test_cursor_server.py
tests/test_cursor_server_async.py