File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1169,12 +1169,6 @@ This section covers specific optimizations independent of the
1169
1169
≈10 times faster for large arguments (with a larger speedup for larger *k *).
1170
1170
(Contributed by Serhiy Storchaka in :issue: `37295 `.)
1171
1171
1172
- * :mod: `re `'s regular expression matching engine has been partially refactored,
1173
- and now uses computed gotos (or "threaded code") on supported platforms. As a
1174
- result, Python 3.11 executes the `pyperformance regular expression benchmarks
1175
- <https://pyperformance.readthedocs.io/benchmarks.html#regex-dna> `_ up to 10%
1176
- faster than Python 3.10.
1177
-
1178
1172
* The :mod: `statistics ` functions :func: `~statistics.mean `,
1179
1173
:func: `~statistics.variance ` and :func: `~statistics.stdev ` now consume
1180
1174
iterators in one pass rather than converting them to a :class: `list ` first.
You can’t perform that action at this time.
0 commit comments