]> granicus.if.org Git - python/commit
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jul 2019 03:33:53 +0000 (20:33 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2019 03:33:53 +0000 (20:33 -0700)
commit36101c2c5daf692d1716e17720c6c5197f28e25d
tree55c541606172df98bdfff21eaab88dbe9a7cd1da
parentbfb709b771230e7e466961b5ddf4852962602450
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)

(cherry picked from commit b9a0376b0dedf16a2f82fa43d851119d1f7a2707)

Co-authored-by: gescheit <gescheit@yandex-team.ru>
Lib/sqlite3/test/regression.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-06-20-14-23-48.bpo-37347.Gf9yYI.rst [new file with mode: 0644]
Modules/_sqlite/connection.c
Modules/_sqlite/connection.h
setup.py