Skip to content

Commit 8447b65

Browse files
committed
Revert "Run make regen-all" and run clinic instead
1 parent 1739ffa commit 8447b65

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Modules/_zstd/clinic/zstddict.c.h

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

Modules/_zstd/zstddict.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ compress(dat, zstd_dict=zd.as_prefix)
210210
1. Prefix is compatible with long distance matching, while dictionary is not.
211211
2. It only works for the first frame, then the compressor/decompressor will
212212
return to no prefix state.
213-
3. When decompressing, must use the same prefix as when compressing."
213+
3. When decompressing, must use the same prefix as when compressing.
214214
[clinic start generated code]*/
215215

216216
static PyObject *
217217
_zstd_ZstdDict_as_prefix_get_impl(ZstdDict *self)
218-
/*[clinic end generated code: output=6f7130c356595a16 input=d59757b0b5a9551a]*/
218+
/*[clinic end generated code: output=6f7130c356595a16 input=45b3b6110f36d127]*/
219219
{
220220
return Py_BuildValue("Oi", self, DICT_TYPE_PREFIX);
221221
}

Programs/test_frozenmain.h

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

0 commit comments

Comments
 (0)