Skip to content

Commit d200d19

Browse files
committed
Fix / refresh argument clinic.
1 parent 6ca855e commit d200d19

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

‎Modules/clinic/zlibmodule.c.h‎

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

‎Modules/zlibmodule.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ zlib_adler32_impl(PyObject *module, Py_buffer *data, unsigned int value)
14201420
}
14211421

14221422
/*[clinic input]
1423-
zlib.crc32 -> unsigned int
1423+
zlib.crc32 -> unsigned_int
14241424
14251425
data: Py_buffer
14261426
value: unsigned_int(bitwise=True) = 0
@@ -1434,7 +1434,7 @@ The returned checksum is an integer.
14341434

14351435
static unsigned int
14361436
zlib_crc32_impl(PyObject *module, Py_buffer *data, unsigned int value)
1437-
/*[clinic end generated code: output=63499fa20af7ea25 input=26c3ed430fa00b4c]*/
1437+
/*[clinic end generated code: output=b217562e4fe6d6a6 input=1229cb2fb5ea948a]*/
14381438
{
14391439
/* Releasing the GIL for very small buffers is inefficient
14401440
and may lower performance */

0 commit comments

Comments
 (0)