summaryrefslogtreecommitdiff
path: root/Modules/_bz2module.c
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-04-14 18:07:59 -0400
committerLarry Hastings <larry@hastings.org>2015-04-14 18:07:59 -0400
commit89964c48d1493e5fe87f1ca3ac78029cfbd3b64b (patch)
tree9eaf0ab850b9868a6529905f0f3642fb45da0c10 /Modules/_bz2module.c
parent687592def926df9730f75a3aa3469f4378b8fc52 (diff)
downloadcpython-git-89964c48d1493e5fe87f1ca3ac78029cfbd3b64b.tar.gz
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Diffstat (limited to 'Modules/_bz2module.c')
-rw-r--r--Modules/_bz2module.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/_bz2module.c b/Modules/_bz2module.c
index 4ca0944e5c..7dfd3072dc 100644
--- a/Modules/_bz2module.c
+++ b/Modules/_bz2module.c
@@ -614,8 +614,9 @@ the unused_data attribute.
[clinic start generated code]*/
static PyObject *
-_bz2_BZ2Decompressor_decompress_impl(BZ2Decompressor *self, Py_buffer *data, Py_ssize_t max_length)
-/*[clinic end generated code: output=7eeb5794035a2ca3 input=9558b424c8b00516]*/
+_bz2_BZ2Decompressor_decompress_impl(BZ2Decompressor *self, Py_buffer *data,
+ Py_ssize_t max_length)
+/*[clinic end generated code: output=23e41045deb240a3 input=9558b424c8b00516]*/
{
PyObject *result = NULL;