]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor: expose optimized functions directly from the origin modules
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 15 Aug 2022 00:49:24 +0000 (02:49 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 15 Aug 2022 13:41:04 +0000 (15:41 +0200)
commitb02af704e02032294d8a87f4134dd3b73a81b781
treed0b409589386e988680997dfa0dcc3e38cd96ceb
parentaad2c7ebe553927896a2233410f8a3f06562cf33
refactor: expose optimized functions directly from the origin modules

Don't check for the availability of the optimized module in every module
using potentially optimized functions.
psycopg/psycopg/_pipeline.py
psycopg/psycopg/connection.py
psycopg/psycopg/cursor.py
psycopg/psycopg/generators.py
psycopg/psycopg/server_cursor.py
tests/test_module.py