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 9da7f9f commit 79d5032Copy full SHA for 79d5032
1 file changed
Modules/_io/bytesio.c
@@ -478,7 +478,6 @@ _io_BytesIO_peek_impl(bytesio *self, Py_ssize_t size)
478
/*[clinic end generated code: output=fa4d8ce28b35db9b input=afc80e71b37e7c59]*/
479
{
480
Py_ssize_t n;
481
- const char *output;
482
483
CHECK_CLOSED(self);
484
0 commit comments