-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. #16155
New issue
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
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. #16155
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the new code looks much better, thank you very much! I only have two minor comments on the patch.
Misc/NEWS.d/next/Library/2019-09-15-10-30-33.bpo-38175.61XlUv.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.7, 3.8. |
GH-16193 is a backport of this pull request to the 3.8 branch. |
GH-16194 is a backport of this pull request to the 3.7 branch. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…ythonGH-16155) (cherry picked from commit 8debfa5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…ts. (pythonGH-16155). (cherry picked from commit 8debfa5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-16215 is a backport of this pull request to the 2.7 branch. |
Thank you for your review @berkerpeksag! |
https://bugs.python.org/issue38175