We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking the function https://github.com/psycopg/psycopg2/blob/b796ca0c0a03b75bf7c9212455683c1e3d520466/psycopg/cursor_type.c#L681-L726 the refcount checker reports a refcount error like the following:
PyTuple_SET_ITEM should have stolen a reference but it seems it didn't.
PyTuple_SET_ITEM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checking the function https://github.com/psycopg/psycopg2/blob/b796ca0c0a03b75bf7c9212455683c1e3d520466/psycopg/cursor_type.c#L681-L726 the refcount checker reports a refcount error like the following:
PyTuple_SET_ITEM
should have stolen a reference but it seems it didn't.The text was updated successfully, but these errors were encountered: