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 c1eed72 commit afc200cCopy full SHA for afc200c
1 file changed
Modules/_io/bytesio.c
@@ -515,7 +515,6 @@ _io_BytesIO_peek_impl(bytesio *self, Py_ssize_t size)
515
/*[clinic end generated code: output=fa4d8ce28b35db9b input=afc80e71b37e7c59]*/
516
{
517
Py_ssize_t n;
518
- const char *output;
519
520
CHECK_CLOSED(self);
521
0 commit comments