]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-24203)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 3 Jun 2021 19:59:26 +0000 (21:59 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 19:59:26 +0000 (20:59 +0100)
commitf461a7fc3f8740b9e79e8874175115a3474e5930
treec3338f262e91aa6468ce5be059d473bf830a0274
parentf3fa63ec75fdbb4a08a10957a5c631bf0c4a5970
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-24203)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
12 files changed:
Doc/library/sqlite3.rst
Misc/NEWS.d/next/Library/2021-01-13-00-02-44.bpo-42862.Z6ACLN.rst [new file with mode: 0644]
Modules/_sqlite/cache.c [deleted file]
Modules/_sqlite/cache.h [deleted file]
Modules/_sqlite/connection.c
Modules/_sqlite/connection.h
Modules/_sqlite/cursor.c
Modules/_sqlite/module.c
Modules/_sqlite/module.h
PCbuild/_sqlite3.vcxproj
PCbuild/_sqlite3.vcxproj.filters
setup.py