8000 bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once by orenmn · Pull Request #3968 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once#3968

Merged
vstinner merged 6 commits intopython:masterfrom
orenmn:bpo31770-fix-crash-and-refleaks
Nov 7, 2017
Merged

bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once#3968
vstinner merged 6 commits intopython:masterfrom
orenmn:bpo31770-fix-crash-and-refleaks

Commits

Commits on Oct 12, 2017

Commits on Oct 14, 2017

Commits on Oct 20, 2017

0