Skip to content

Commit 5471e64

Browse files
authored
Merge branch '3.14' into backport-a10235e-3.14
2 parents 855262b + d996cb6 commit 5471e64

File tree

8 files changed

+9
-7
lines changed

8 files changed

+9
-7
lines changed

Modules/_zstd/_zstdmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Low level interface to the Zstandard algorthm & the zstd library. */
1+
/* Low level interface to the Zstandard algorithm & the zstd library. */
22

33
#ifndef Py_BUILD_CORE_BUILTIN
44
# define Py_BUILD_CORE_MODULE 1

Modules/_zstd/_zstdmodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Low level interface to the Zstandard algorthm & the zstd library. */
1+
/* Low level interface to the Zstandard algorithm & the zstd library. */
22

33
/* Declarations shared between different parts of the _zstd module*/
44

Modules/_zstd/buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Low level interface to the Zstandard algorthm & the zstd library. */
1+
/* Low level interface to the Zstandard algorithm & the zstd library. */
22

33
#ifndef ZSTD_BUFFER_H
44
#define ZSTD_BUFFER_H

Modules/_zstd/compressor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Low level interface to the Zstandard algorthm & the zstd library. */
1+
/* Low level interface to the Zstandard algorithm & the zstd library. */
22

33
/* ZstdCompressor class definitions */
44

Modules/_zstd/decompressor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Low level interface to the Zstandard algorthm & the zstd library. */
1+
/* Low level interface to the Zstandard algorithm & the zstd library. */
22

33
/* ZstdDecompressor class definition */
44

Modules/_zstd/zstddict.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Low level interface to the Zstandard algorthm & the zstd library. */
1+
/* Low level interface to the Zstandard algorithm & the zstd library. */
22

33
/* ZstdDict class definitions */
44

Modules/_zstd/zstddict.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Low level interface to the Zstandard algorthm & the zstd library. */
1+
/* Low level interface to the Zstandard algorithm & the zstd library. */
22

33
#ifndef ZSTD_DICT_H
44
#define ZSTD_DICT_H

Tools/c-analyzer/cpython/_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def clean_lines(text):
8383
Python/generated_cases.c.h
8484
Python/executor_cases.c.h
8585
Python/optimizer_cases.c.h
86+
# XXX: Throws errors if PY_VERSION_HEX is not mocked out
87+
Modules/clinic/_testclinic_depr.c.h
8688
8789
# not actually source
8890
Python/bytecodes.c

0 commit comments

Comments
 (0)