]> granicus.if.org Git - python/commit
bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more than...
authorOren Milman <orenmn@gmail.com>
Tue, 10 Oct 2017 19:27:46 +0000 (22:27 +0300)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 10 Oct 2017 19:27:46 +0000 (12:27 -0700)
commit93c5a5df8ea118f6e4a153a7c8cccd65a5ff8bff
tree6dd035ae96ed7995a747bed1fe95ebeb6ffb1b34
parenta997c7b434631f51e00191acea2ba6097691e859
bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more than once (GH-3944)
Modules/_sqlite/connection.c