File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -1237,12 +1237,6 @@ Add audit events for :func:`~sqlite3.connect/handle`,
1237
1237
:meth:`~ sqlite3.Connection.load_extension` .
1238
1238
(Contributed by Erlend E. Aasland in :issue:`43762 ` .)
1239
1239
1240
- :mod:`sqlite3` now utilizes :meth:`functools.lru_cache` to implement the
1241
- connection statement cache. The statement cache can be accessed via the new
1242
- method :meth:`sqlite3.Connection.statement_cache` . As a small optimisation, the
1243
- default statement cache size has been increased from 100 to 128 .
1244
- (Contributed by Erlend E. Aasland in :issue:`42862 ` .)
1245
-
1246
1240
sys
1247
1241
-- -
1248
1242
Original file line number Diff line number Diff line change @@ -86,6 +86,15 @@ New Modules
86
86
Improved Modules
87
87
================
88
88
89
+ sqlite3
90
+ -------
91
+
92
+ :mod: `sqlite3 ` now utilizes :meth: `functools.lru_cache ` to implement the
93
+ connection statement cache. The statement cache can be accessed via the new
94
+ method :meth: `sqlite3.Connection.statement_cache `. As a small optimisation, the
95
+ default statement cache size has been increased from 100 to 128.
96
+ (Contributed by Erlend E. Aasland in :issue: `42862 `.)
97
+
89
98
90
99
Optimizations
91
100
=============
You can’t perform that action at this time.
0 commit comments