]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor: use assignment expressions in loops with assignment and break 1035/head
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 10:56:14 +0000 (11:56 +0100)
commit10b3dc2d5208b7b6d7ed8c1af46f173e1ea76f29
tree2df35b0602e48a47b82358d0c1320841773536f2
parent6c9c1a980a0435bb305436c226046ed99ced6f85
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