Skip to content

Commit e7a1a01

Browse files
committed
Remove pythongh-91404 re entry from Optimizations to add to Faster CPython
1 parent 6d1c182 commit e7a1a01

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/whatsnew/3.11.rst

-6
Original file line numberDiff line numberDiff line change
@@ -1169,12 +1169,6 @@ This section covers specific optimizations independent of the
11691169
≈10 times faster for large arguments (with a larger speedup for larger *k*).
11701170
(Contributed by Serhiy Storchaka in :issue:`37295`.)
11711171

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-
11781172
* The :mod:`statistics` functions :func:`~statistics.mean`,
11791173
:func:`~statistics.variance` and :func:`~statistics.stdev` now consume
11801174
iterators in one pass rather than converting them to a :class:`list` first.

0 commit comments

Comments
 (0)