Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'wrong,': 0.09; 'cc:addr:python-list': 0.11; 'posted': 0.15; '4:59': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'skipped': 0.16; 'wrong).': 0.16; 'ignore': 0.16; 'wrote:': 0.18; 'tests': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'script': 0.25; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'comments': 0.31; '(since': 0.31; 'suites': 0.31; 'though.': 0.31; 'themselves': 0.32; 'guess': 0.33; 'implemented': 0.33; 'packaging': 0.33; 'something': 0.35; 'case,': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'done': 0.36; "i'll": 0.36; 'should': 0.36; 'issue': 0.38; '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=NcP/McyMeCArgtEtRJpq/cj4f5LT7D4WdnjBqSOM5oQ=; b=l2PREZmrkxmxd7pXo2Ray+V/YlcpkQhWT/NwUUEusZvZH1p0ClETvEPludbdbXhuTo mapXWmPmbQMyv9AhLDru4GVB4FBM+7tVBPaA7NZca0gaPWFGgM7fvVYbcNf0lqQUtt0t Ijxk+WAI1dwG3x80fbb2cUkatvgmBFZvHeEolVVPzD4n6WgYRaXAM5eV4fpWk5tTza2X Sk4Gtkp2yLTihRxgBIqKWP3GTM/2FV7FxkNcd7j9vxxRXEu6Bx8CVFIESJhI8E1p9xj/ 2QcRFVkTDKi18BfLdr1wJ12l7jIMxh8DD4x2z1162rWjps+Sx737HttH56DGHGp65A/g /qNQ== MIME-Version: 1.0 X-Received: by 10.68.197.36 with SMTP id ir4mr26923605pbc.46.1395079700794; Mon, 17 Mar 2014 11:08:20 -0700 (PDT) In-Reply-To: <6089125.ey7IQ53jgg@felix-arch> References: <279038900.uDlbjECTej@felix-arch> <6089125.ey7IQ53jgg@felix-arch> Date: Tue, 18 Mar 2014 05:08:20 +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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395079710 news.xs4all.nl 2965 [2001:888:2000:d::a6]:42501 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68446 On Tue, Mar 18, 2014 at 4:59 AM, Felix Yan wrote: > For now I just skipped the test suites for paramiko to get the packaging done > (since the test suites themselves are passed without a problem, just the test > script made something wrong). I'll try to follow up the issue for paramiko :) 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