<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - check-webkit-style: False posive Instance of 'Popen' has no 'kill' member [pylint/E1101] [5]"
   href="https://bugs.webkit.org/show_bug.cgi?id=164813">164813</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>check-webkit-style: False posive Instance of 'Popen' has no 'kill' member  [pylint/E1101] [5]
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>clopez&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lforschler&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>At <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Linux] run-benchmark should be able to execute the benchmarks with more browsers"
   href="show_bug.cgi?id=164792#c2">https://bugs.webkit.org/show_bug.cgi?id=164792#c2</a> 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.

<a href="https://docs.python.org/2/library/subprocess.html#subprocess.Popen">https://docs.python.org/2/library/subprocess.html#subprocess.Popen</a>


Note: I want to believe that we don't support python &lt; 2.6 

:)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>