Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'wrong,': 0.09; 'cc:addr:python-list': 0.11; 'posted': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'lot!': 0.16; 'ignore': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'tests': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'comments': 0.31; 'though.': 0.31; 'guess': 0.33; 'implemented': 0.33; 'comment': 0.34; 'case,': 0.35; 'more,': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'should': 0.36; 'march': 0.61; 'linked': 0.65; 'mar': 0.68; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=1USl/3CJ2qGJJk8jANhbJD5kPePp0UJPEob/lXOOf/I=; b=mxGqcJw34rR3VMd8CMsjvZ7dEsDIOPlVyuiogZo7AdAqT7kiyihYpfrR9j6p3bCtKX HpHl+fiQ/kFK+CzTF1xrTTmONAX0yP7MYSAFlQmmucJpSceDJw3pIgThO9OJOOKz4hqh 1LOxodhdxALPg1tIj+K44UJjYF0aNd65WhsUswrQNe2Ugh6M7G1A5stuazvsUKmfIC4H tQreoZL2oXeJxqRA4eRlBr8+Lftmdu/8OwhQeMUANCu+akvTOW7M8yuoD/HDa2/mBWqT p7QOTSh6iVcnV2fpB0xCWyQw4eZdCmu/KNYjMNrv1vC/syCvLG9naUiWq5sCW+0beyu4 oy9A== MIME-Version: 1.0 X-Received: by 10.66.118.71 with SMTP id kk7mr27315888pab.14.1395080334228; Mon, 17 Mar 2014 11:18:54 -0700 (PDT) In-Reply-To: <1469242.qze850NkBZ@felix-arch> References: <279038900.uDlbjECTej@felix-arch> <6089125.ey7IQ53jgg@felix-arch> <1469242.qze850NkBZ@felix-arch> Date: Tue, 18 Mar 2014 05:18:54 +1100 Subject: Re: Thread._stop() behavior changed in Python 3.4 From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395080344 news.xs4all.nl 2913 [2001:888:2000:d::a6]:48661 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68449 On Tue, Mar 18, 2014 at 5:13 AM, Felix Yan wrote: > On Tuesday, March 18, 2014 05:08:20 Chris Angelico wrote: >> I've posted comments on both the issues you linked to. My guess based >> on a cursory look at paramiko is that it's a test suite watchdog, >> which would be much better implemented with a subprocess; I may be >> wrong, though. In any case, if it's just a tests problem, you should >> theoretically be able to ignore it. >> >> ChrisA > > I was just trying to comment and see yours... Thanks a lot! :D Your comment will mean more, since you actually use the thing :) ChrisA