Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68449
| 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 | <rosuav@gmail.com> |
| 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> <CAPTjJmpgp5NaiVvBmEr6H5hFMjia+gEo=GOATYNZsU8rjwuS7A@mail.gmail.com> <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 <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8215.1395080344.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Tue, Mar 18, 2014 at 5:13 AM, Felix Yan <felixonmars@gmail.com> 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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Thread._stop() behavior changed in Python 3.4 Chris Angelico <rosuav@gmail.com> - 2014-03-18 05:18 +1100
csiph-web