]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 20 Sep 2018 11:10:49 +0000 (14:10 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Sep 2018 11:10:49 +0000 (14:10 +0300)
commit8d1e190fc507a9e304f6817e761e9f628a23cbd8
tree27ac322d66fa2c6551368f87694d5055790f1144
parentffef50f1f5907e5f0f175b12088d3e509011f126
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
Misc/NEWS.d/next/Library/2018-07-28-12-08-53.bpo-32215.EU68SY.rst [new file with mode: 0644]
Modules/_sqlite/statement.c