]> granicus.if.org Git - python/commit
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Sep 2019 06:14:20 +0000 (23:14 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 06:14:20 +0000 (23:14 -0700)
commitf04299d978793be33828dc4d5f46e9b54c81a0a2
tree08089bb883ed09b9c2af4247efe3f80deb5ccd9e
parentd90bb231c27708f60e9812e0066e3620bc8cfe58
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)

(cherry picked from commit 8debfa50407107ff2329d01081cdc12d359f1d12)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/sqlite3/test/factory.py
Misc/NEWS.d/next/Library/2019-09-15-10-30-33.bpo-38175.61XlUv.rst [new file with mode: 0644]
Modules/_sqlite/row.c