]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:30 +0000 (23:14 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 06:14:30 +0000 (23:14 -0700)
commit4ac1be28281d8961e71b13623c3671245c125760
tree8460645a9b4fd3a764b979072be98dc973a294d0
parent89f132a3286640b764a69b8945cbb3a499ad6bab
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