[Webkit-unassigned] [Bug 164813] New: check-webkit-style: False posive Instance of 'Popen' has no 'kill' member [pylint/E1101] [5]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 19:19:14 PST 2016


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

            Bug ID: 164813
           Summary: check-webkit-style: False posive Instance of 'Popen'
                    has no 'kill' member  [pylint/E1101] [5]
    Classification: Unclassified
           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: clopez at igalia.com
                CC: lforschler at apple.com

At https://bugs.webkit.org/show_bug.cgi?id=164792#c2 check-webkit-style complains with:


ERROR: Tools/Scripts/webkitpy/benchmark_runner/browser_driver/linux_browser_driver.py:85:  [LinuxBrowserDriver.close_browsers] Instance of 'Popen' has no 'kill' member  [pylint/E1101] [5]
Total errors found: 1 in 10 files


This is a false positive: 


Popen.kill()

    Kills the child. On Posix OSs the function sends SIGKILL to the child. On Windows kill() is an alias for terminate().

    New in version 2.6.

https://docs.python.org/2/library/subprocess.html#subprocess.Popen


Note: I want to believe that we don't support python < 2.6 

:)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161116/ce592840/attachment-0001.html>


More information about the webkit-unassigned mailing list