@@ -943,9 +943,8 @@ For further information on how to build Python, see
943
943
Clang/LLVM 19, which causes the normal interpreter to be slower. We were unaware of this bug,
944
944
resulting in inaccurate results. We sincerely apologize for
945
945
communicating results that were only accurate for LLVM v19.1.x and v20.1.0. In the meantime,
946
- the bug has been fixed in LLVM v20.1.1 and for the upcoming v21.1, but it will remain
947
- unfixed for LLVM v19.1.x and v20.1.0. Thus
948
- any benchmarks with those versions of LLVM may produce inaccurate numbers.
946
+ the bug has been fixed in LLVM v20.1.1 and v21.1, but it will remain unfixed for LLVM v19.1.x
947
+ and v20.1.0. Thus any benchmarks with those versions of LLVM may produce inaccurate numbers.
949
948
(Thanks to Nelson Elhage for bringing this to light.)
950
949
951
950
(Contributed by Ken Jin in :gh: `128563 `, with ideas on how to implement this
@@ -2231,9 +2230,9 @@ zipfile
2231
2230
as used by :func: `ZipFile.writestr <zipfile.ZipFile.writestr> `.
2232
2231
(Contributed by Bénédikt Tran in :gh: `123424 `.)
2233
2232
2234
- * :meth: `zipfile.ZipFile.writestr ` now respects `` SOURCE_DATE_EPOCH `` that
2235
- distributions can set centrally and have build tools consume this in order
2236
- to produce reproducible output.
2233
+ * :meth: `zipfile.ZipFile.writestr ` now respects :envvar: ` SOURCE_DATE_EPOCH `
2234
+ environment variable that distributions can set centrally and have build
2235
+ tools consume this in order to produce reproducible output.
2237
2236
(Contributed by Jiahao Li in :gh: `91279 `.)
2238
2237
2239
2238
0 commit comments