File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -1231,12 +1231,6 @@ Add audit events for :func:`~sqlite3.connect/handle`,
1231
1231
:meth:`~ sqlite3.Connection.load_extension` .
1232
1232
(Contributed by Erlend E. Aasland in :issue:`43762 ` .)
1233
1233
1234
- :mod:`sqlite3` now utilizes :meth:`functools.lru_cache` to implement the
1235
- connection statement cache. The statement cache can be accessed via the new
1236
- method :meth:`sqlite3.Connection.statement_cache` . As a small optimisation, the
1237
- default statement cache size has been increased from 100 to 128 .
1238
- (Contributed by Erlend E. Aasland in :issue:`42862 ` .)
1239
-
1240
1234
sys
1241
1235
-- -
1242
1236
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