This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ezio.melotti, ncoghlan, pitrou
Date 2010-08-05.10:35:15
SpamBayes Score 0.0003964862
Marked as misclassified No
Message-id <1281004518.59.0.878271539244.issue9517@psf.upfronthosting.co.za>
In-reply-to
Content
(The email daemon was not in a happy place, so posting directly)

On Thu, Aug 5, 2010 at 8:50 AM, Antoine Pitrou <report@bugs.python.org> wrote:
> - perhaps improve the existing functions (kill_python() does a strange dance instead of calling communicate() on the subprocess.Popen object, is there a reason for that?)

script_helper just factored out the old test_cmd_line approach which
was in turn based on a minimalistic change from a popen2 based
implementation (see
http://svn.python.org/view/python/trunk/Lib/test/test_cmd_line.py?r1=54386&r2=55245).
Doing something smarter probably isn't a bad idea.
History
Date User Action Args
2010-08-05 10:35:18ncoghlansetrecipients: + ncoghlan, pitrou, ezio.melotti
2010-08-05 10:35:18ncoghlansetmessageid: <1281004518.59.0.878271539244.issue9517@psf.upfronthosting.co.za>
2010-08-05 10:35:16ncoghlanlinkissue9517 messages
2010-08-05 10:35:15ncoghlancreate