[Webkit-unassigned] [Bug 225624] New: webkitpy.port.server_process.ServerProcess should be a subclass of subprocess.Popen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 17:03:15 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=225624

            Bug ID: 225624
           Summary: webkitpy.port.server_process.ServerProcess should be a
                    subclass of subprocess.Popen
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: jbedard at apple.com, webkit-bug-importer at group.apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210511/1801aff3/attachment.htm>


More information about the webkit-unassigned mailing list