]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Separate C and Python pgconn_ptr attribute names
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 23 Apr 2021 00:42:54 +0000 (01:42 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 23 Apr 2021 00:42:54 +0000 (01:42 +0100)
commitcb43fd04ab5dec1fc94c0a492054afee5e912b97
tree3e294cc4ebc49ad3f61d2037b9ff4296b116f920
parent63dc0c9bdcde4843c467eabf070ab40e125dffa2
Separate C and Python pgconn_ptr attribute names

Now that we are tapping into ctypes to access to the libpq dynamically
the Python value is handy for the cython layer too (see PGconn.hostaddr
implementation).
psycopg3_c/psycopg3_c/_psycopg3/adapt.pyx
psycopg3_c/psycopg3_c/_psycopg3/generators.pyx
psycopg3_c/psycopg3_c/pq.pxd
psycopg3_c/psycopg3_c/pq/escaping.pyx
psycopg3_c/psycopg3_c/pq/pgconn.pyx
psycopg3_c/psycopg3_c/types/text.pyx