]> granicus.if.org Git - python/commitdiff
Regenerated Argument Clinic checksums.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Feb 2015 10:46:11 +0000 (12:46 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Feb 2015 10:46:11 +0000 (12:46 +0200)
Modules/_lzmamodule.c
Modules/clinic/_lzmamodule.c.h
Modules/clinic/cmathmodule.c.h
Modules/cmathmodule.c

index fb152336e288a7a78e73f57d77c1f22a7182731c..bae7df6e13072bfa374e82e33e23826df65d6c76 100644 (file)
@@ -1087,7 +1087,7 @@ the unused_data attribute.
 
 static PyObject *
 _lzma_LZMADecompressor_decompress_impl(Decompressor *self, Py_buffer *data, Py_ssize_t max_length)
-/*[clinic end generated code: output=1532a5bb23629001 input=262e4e217f49039b]*/
+/*[clinic end generated code: output=1532a5bb23629001 input=f2bb902cc1caf203]*/
 {
     PyObject *result = NULL;
 
index a46a15232f4907b097619a76adad2bb7034ffad0..636427137fa39e6ecd4e8a1191ab9b1d70c3884d 100644 (file)
@@ -65,7 +65,7 @@ PyDoc_STRVAR(_lzma_LZMADecompressor_decompress__doc__,
 "decompress($self, /, data, max_length=-1)\n"
 "--\n"
 "\n"
-"Decompresses *data*, returning uncompressed data as bytes.\n"
+"Decompress *data*, returning uncompressed data as bytes.\n"
 "\n"
 "If *max_length* is nonnegative, returns at most *max_length* bytes of\n"
 "decompressed data. If this limit is reached and further output can be\n"
@@ -251,4 +251,4 @@ exit:
 
     return return_value;
 }
-/*[clinic end generated code: output=d17fac38b09626d8 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=dc42b73890609369 input=a9049054013a1b77]*/
index 83de51893a016b6c8d9aaf83506de6feccd99bcb..d0c48d334eeb046c1897efc1668db0afa1059ea7 100644 (file)
@@ -848,4 +848,4 @@ cmath_isinf(PyModuleDef *module, PyObject *args)
 exit:
     return return_value;
 }
-/*[clinic end generated code: output=4407f898ae07c83d input=a9049054013a1b77]*/
+/*[clinic end generated code: output=9b6d81711e4e3c4b input=a9049054013a1b77]*/
index 5746db1b950edbe5f57567a68059e7988ed3f2b5..67161adaf5f70b42b1dd95f76fa415c0e4f086e2 100644 (file)
@@ -212,7 +212,7 @@ Return the inverse hyperbolic cosine of z.
 
 static Py_complex
 cmath_acosh_impl(PyModuleDef *module, Py_complex z)
-/*[clinic end generated code: output=c23c776429def981 input=bc016412080bb3e9]*/
+/*[clinic end generated code: output=c23c776429def981 input=3f61bee7d703e53c]*/
 {
     Py_complex s1, s2, r;
 
@@ -267,7 +267,7 @@ Return the inverse hyperbolic sine of z.
 
 static Py_complex
 cmath_asinh_impl(PyModuleDef *module, Py_complex z)
-/*[clinic end generated code: output=0c6664823c7b1b35 input=5a21fa0242928c9b]*/
+/*[clinic end generated code: output=0c6664823c7b1b35 input=5c09448fcfc89a79]*/
 {
     Py_complex s1, s2, r;
 
@@ -358,7 +358,7 @@ Return the inverse hyperbolic tangent of z.
 
 static Py_complex
 cmath_atanh_impl(PyModuleDef *module, Py_complex z)
-/*[clinic end generated code: output=279e0b9fefc8da7c input=df19cdc9f9d431c9]*/
+/*[clinic end generated code: output=279e0b9fefc8da7c input=2b3fdb82fb34487b]*/
 {
     Py_complex r;
     double ay, h;