We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086c79a commit 29a8230Copy full SHA for 29a8230
Include/internal/pycore_blocks_output_buffer.h
@@ -243,7 +243,7 @@ static inline PyObject *
243
_BlocksOutputBuffer_Finish(_BlocksOutputBuffer *buffer,
244
const Py_ssize_t avail_out)
245
{
246
- return PyBytesWriter_FinishWithSize(buffer->writer,
+ return PyBytesWriter_FinishWithSize(buffer->writer,
247
buffer->allocated - avail_out);
248
}
249
0 commit comments