Skip to content

Commit fa0cb0c

Browse files
AA-Turneremmatyping
authored andcommitted
regen clinic
1 parent c846b78 commit fa0cb0c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Modules/_zstd/_zstdmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Internal function, get CompressionParameter/DecompressionParameter bounds.
412412
static PyObject *
413413
_zstd__get_param_bounds_impl(PyObject *module, int is_compress,
414414
int parameter)
415-
/*[clinic end generated code: output=b751dc710f89ef55 input=fb21ff96aff65df1]*/
415+
/*[clinic end generated code: output=b751dc710f89ef55 input=1aae4fcf8faf4e0f]*/
416416
{
417417
ZSTD_bounds bound;
418418
if (is_compress) {
@@ -524,7 +524,7 @@ Internal function, set CompressionParameter/DecompressionParameter types for val
524524
static PyObject *
525525
_zstd__set_parameter_types_impl(PyObject *module, PyObject *c_parameter_type,
526526
PyObject *d_parameter_type)
527-
/*[clinic end generated code: output=a13d4890ccbd2873 input=3e7d0d37c3a1045a]*/
527+
/*[clinic end generated code: output=a13d4890ccbd2873 input=4535545d903853d3]*/
528528
{
529529
_zstd_state* const mod_state = get_zstd_state(module);
530530

Modules/_zstd/clinic/_zstdmodule.c.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)