]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Sep 2018 17:19:50 +0000 (10:19 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 20 Sep 2018 17:19:50 +0000 (20:19 +0300)
commit4fb672ff96ecbb87aaf2ecc4f04aed76aafe63b1
treeda7c02dd1ec43e95e7ab2cab81705ad6e5761396
parent1eabe19c57938dd70b66b97239be337294e15cba
bpo-32215: Fix performance regression in sqlite3 (GH-8511)

(cherry picked from commit 8d1e190fc507a9e304f6817e761e9f628a23cbd8)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Misc/NEWS.d/next/Library/2018-07-28-12-08-53.bpo-32215.EU68SY.rst [new file with mode: 0644]
Modules/_sqlite/statement.c