mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue 26243: Forgot to update zlib doc strings in Argument Clinic
This commit is contained in:
parent
1fe0d13d12
commit
b0cb42dfdb
2 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@ Returns a bytes object containing compressed data.
|
|||
|
||||
static PyObject *
|
||||
zlib_compress_impl(PyModuleDef *module, Py_buffer *data, int level)
|
||||
/*[clinic end generated code: output=1b97589132b203b4 input=671c615a4b2267da]*/
|
||||
/*[clinic end generated code: output=1b97589132b203b4 input=abed30f4fa14e213]*/
|
||||
{
|
||||
PyObject *ReturnVal = NULL;
|
||||
Byte *input, *output = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue