NEW 225624
webkitpy.port.server_process.ServerProcess should be a subclass of subprocess.Popen
https://bugs.webkit.org/show_bug.cgi?id=225624
Summary webkitpy.port.server_process.ServerProcess should be a subclass of subprocess...
Sam Sneddon [:gsnedders]
Reported 2021-05-10 17:03:15 PDT
This is largely code-cleanup, but we should simply have a subclass of Popen where we replace stderr/stdout where appropriate with our own subclass of io.BufferedIOBase where read/etc. take an optional timeout=None argument.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-05-10 17:03:27 PDT
Note You need to log in before you can comment on or make changes to this bug.