A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2007-April/072452.html below:

[Python-Dev] About SSL tests

[Python-Dev] About SSL tests [Python-Dev] About SSL testsFacundo Batista facundo at taniquetil.com.ar
Tue Apr 3 14:51:19 CEST 2007
Martin v. Löwis wrote:

> On Win32, you also have subprocess.TerminateProcess, if you have the
> subprocess module in the first place.

The problem of TerminateProcess is that I need the handle of the
process.

I don't like the idea of rely on the private _handle and do:

  process = subprocess.Popen(...)
  ...
  subprocess.TerminateProcess(int(process._handle), -1)

so, I'll end doing this:

  


-- 
.   Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/


More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4