]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Don't import Python API function from the main cpython package
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 23 Apr 2020 04:29:35 +0000 (16:29 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 23 Apr 2020 04:31:16 +0000 (16:31 +1200)
commit5647fb04dc6eb3e46e2a7bde490feea5be11f2c1
tree563bdfa311c1b405040fcf8ebaf367b83a64ce22
parente52cb0e9c46e786593236db5f5592ed685a21a7a
Don't import Python API function from the main cpython package

Importing from there seems deprecated.

[skip ci]
psycopg3/transform.pyx
psycopg3/types/numeric.pyx
psycopg3/types/text.pyx