Skip to content

Commit 223216d

Browse files
committed
regen-all
1 parent 9548b6a commit 223216d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Modules/_zstd/compressor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python module.
99
module _zstd
1010
class _zstd.ZstdCompressor "ZstdCompressor *" "zstd_compressor_type_spec"
1111
[clinic start generated code]*/
12-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=875bf614798f80cb]*/
12+
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=842f2c4f4520ab26]*/
1313

1414
#ifndef Py_BUILD_CORE_BUILTIN
1515
# define Py_BUILD_CORE_MODULE 1

Modules/_zstd/decompressor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python module.
99
module _zstd
1010
class _zstd.ZstdDecompressor "ZstdDecompressor *" "&zstd_decompressor_type_spec"
1111
[clinic start generated code]*/
12-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=4e6eae327c0c0c76]*/
12+
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=e2969ddf48a203e0]*/
1313

1414
#ifndef Py_BUILD_CORE_BUILTIN
1515
# define Py_BUILD_CORE_MODULE 1

Modules/_zstd/zstddict.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python module.
99
module _zstd
1010
class _zstd.ZstdDict "ZstdDict *" "&zstd_dict_type_spec"
1111
[clinic start generated code]*/
12-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=a5d1254c497e52ba]*/
12+
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=3dcc175ec974f81c]*/
1313

1414
#ifndef Py_BUILD_CORE_BUILTIN
1515
# define Py_BUILD_CORE_MODULE 1

0 commit comments

Comments
 (0)