<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>164813</bug_id>
          
          <creation_ts>2016-11-15 19:19:14 -0800</creation_ts>
          <short_desc>check-webkit-style: False posive Instance of &apos;Popen&apos; has no &apos;kill&apos; member  [pylint/E1101] [5]</short_desc>
          <delta_ts>2017-03-02 16:42:40 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>164792</blocked>
    
    <blocked>169084</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Carlos Alberto Lopez Perez">clopez</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>lforschler</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1251771</commentid>
    <comment_count>0</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2016-11-15 19:19:14 -0800</bug_when>
    <thetext>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 &apos;Popen&apos; has no &apos;kill&apos; 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&apos;t support python &lt; 2.6 

:)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>