Skip to content

Commit 5b055f1

Browse files
committed
remove copying of the raw member of Event, because
it isn't used in the whole code, and some code paths in WindowsConsole set it to str instead of bytes
1 parent 8fa84d1 commit 5b055f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/_pyrepl/windows_console.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ def getpending(self) -> Event:
543543
while not self.event_queue.empty():
544544
e2 = self.event_queue.get()
545545
e.data += e2.data
546-
e.raw += e.raw
547546

548547
return e
549548

0 commit comments

Comments
 (0)