]> granicus.if.org Git - python/commit
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Sep 2019 17:15:18 +0000 (20:15 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2019 17:15:18 +0000 (20:15 +0300)
commit8debfa50407107ff2329d01081cdc12d359f1d12
tree37668c95d2aad9ac11e6c9a97a2b0cccce3526b8
parenta9187c31185fe7ea47271839898416400cc3d976
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
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