You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the latest commit regarding custom records seems to use C api methods that got moved in 3.9 (?). Since today, I get:
ImportError: Error relocating /home/idle/.local/lib/python3.9/site-packages/asyncpg/protocol/protocol.cpython-39-x86_64-linux-gnu.so: _PyObject_GC_IS_TRACKED: symbol not found
The function is referenced several times in the latest commit.
the issue with a local PostgreSQL install?: no but does not matter
uvloop?: does not matter
I'm using asyncpg in a python 3.9 enviroment that I rebuild daily in CI. For reference, I use this docker image I rebuild from the 3.9 tree every day to produce the error.
Files for reference in case they are needed for reproducing:
The issue is that the latest commit regarding custom records seems to use C api methods that got moved in 3.9 (?). Since today, I get:
ImportError: Error relocating /home/idle/.local/lib/python3.9/site-packages/asyncpg/protocol/protocol.cpython-39-x86_64-linux-gnu.so: _PyObject_GC_IS_TRACKED: symbol not found
The function is referenced several times in the latest commit.
Relevant links:
The text was updated successfully, but these errors were encountered: