]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Sep 2019 06:56:27 +0000 (09:56 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 06:56:27 +0000 (09:56 +0300)
commitbe257bcad12b1d72a2c2a8199d2291ae22bccf78
tree3fd63f1fa65acf8068a06bae2c3acf6a74b39431
parent5d55d52b61f56522e616ac1423437d4e3f641ce6
[2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155). (GH-16215)

(cherry picked from commit 8debfa50407107ff2329d01081cdc12d359f1d12)
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