pgsql-io / multicorn2

http://multicorn2.org
Other
73 stars 16 forks source link

Remove usage of deprecated CPython API. #17

Closed ShaheedHaque closed 1 year ago

ShaheedHaque commented 1 year ago

Python 3.10 deprecates PyUnicode_AS_DATA(). This change switches to using elements of the new "stable API".

NOTE to reviewers: I have not been able to test this, as I don't have an FDW that exercises this path.