File tree Expand file tree Collapse file tree 8 files changed +9
-7
lines changed Expand file tree Collapse file tree 8 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ def clean_lines(text):
8383Python/generated_cases.c.h
8484Python/executor_cases.c.h
8585Python/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
8890Python/bytecodes.c
You can’t perform that action at this time.
0 commit comments