Skip to content

Commit 37e8863

Browse files
authored
Merge branch 'main' into lazy
2 parents 8639e50 + 240a6c3 commit 37e8863

24 files changed

+1605
-1233
lines changed

Doc/library/compression.zstd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Reading and writing compressed files
7373
argument is not None, a :exc:`!TypeError` will be raised.
7474

7575
When writing, the *options* argument can be a dictionary
76-
providing advanced decompression parameters; see
76+
providing advanced compression parameters; see
7777
:class:`CompressionParameter` for detailed information about supported
7878
parameters. The *level* argument is the compression level to use when
7979
writing compressed data. Only one of *level* or *options* may be non-None.
@@ -117,7 +117,7 @@ Reading and writing compressed files
117117
argument is not None, a :exc:`!TypeError` will be raised.
118118

119119
When writing, the *options* argument can be a dictionary
120-
providing advanced decompression parameters; see
120+
providing advanced compression parameters; see
121121
:class:`CompressionParameter` for detailed information about supported
122122
parameters. The *level* argument is the compression level to use when
123123
writing compressed data. Only one of *level* or *options* may be passed. The

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ that may require changes to your code.
15101510
:func:`resource.setrlimit` and :func:`resource.prlimit` is now deprecated.
15111511
(Contributed by Serhiy Storchaka in :gh:`137044`.)
15121512

1513-
* :meth:`~mmap.mmap.resize` has been removed on platforms that don't support the
1513+
* :meth:`mmap.mmap.resize` has been removed on platforms that don't support the
15141514
underlying syscall, instead of raising a :exc:`SystemError`.
15151515

15161516
* A resource warning is now emitted for an unclosed

Include/internal/pycore_magic_number.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ Known values:
287287
Python 3.15a1 3654 (Fix missing exception handlers in logical expression)
288288
Python 3.15a1 3655 (Fix miscompilation of some module-level annotations)
289289
Python 3.15a1 3656 (Add TRACE_RECORD instruction, for platforms with switch based interpreter)
290-
Python 3.15a3 3657 (Lazy imports IMPORT_NAME opcode changes)
291-
290+
Python 3.15a4 3657 (Add BINARY_OP_SUBSCR_USTR_INT)
291+
Python 3.15a4 3658 (Lazy imports IMPORT_NAME opcode changes)
292292
293293
Python 3.16 will start with 3700
294294

Include/internal/pycore_opcode_metadata.h

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)