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