Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68447
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <felixonmars@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'received:localnet': 0.09; 'wrong,': 0.09; 'posted': 0.15; 'filename:fname piece:signature': 0.16; 'lot!': 0.16; 'ignore': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'tests': 0.22; 'header:User- Agent:1': 0.23; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'comments': 0.31; 'though.': 0.31; 'guess': 0.33; 'implemented': 0.33; 'comment': 0.34; 'case,': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'march': 0.61; 'linked': 0.65 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-type; bh=L+SCMmktEsdZlXjrIcIyarzf+86hOd8rH2h2GoKe3hs=; b=xttnjzvolQxg9j6ILOvDC5mxaU5FgSWBb3OqWwLm1Y/64PzudjmtF+JdMuNohZHvYn goPECk3YhoT4fyDDVup7h416S9Apc1qKLktbr1gOSE4jwP53zql3/OZzRad2lPrVQ4MR 9D1hLSIIAuRnRzsa8tjkQ3AWcC6Y78nhExWvgR+2mRrjdzzA2yR3z+r6a8Bf8GaAjoa+ jL9cdSkGilsrzrD5KlEI73i7KJ4QqSn49uke4Lv2E9HGciyEPuFG8HDPfTet9YO84xDY UtTIL5e6yOdh/kGP0A+S9vIf8M9K+m0PIU0hgk3v6Ru/4hUxX6qKiW/mN5JmalLnZh/E yPAA== |
| X-Received | by 10.180.165.174 with SMTP id yz14mr10861839wib.34.1395080037534; Mon, 17 Mar 2014 11:13:57 -0700 (PDT) |
| From | Felix Yan <felixonmars@gmail.com> |
| To | python-list@python.org |
| Subject | Re: Thread._stop() behavior changed in Python 3.4 |
| Date | Tue, 18 Mar 2014 02:13:53 +0800 |
| User-Agent | KMail/4.12.3 (Linux/3.13.6-1-uksm; KDE/4.12.3; x86_64; ; ) |
| In-Reply-To | <CAPTjJmpgp5NaiVvBmEr6H5hFMjia+gEo=GOATYNZsU8rjwuS7A@mail.gmail.com> |
| References | <279038900.uDlbjECTej@felix-arch> <6089125.ey7IQ53jgg@felix-arch> <CAPTjJmpgp5NaiVvBmEr6H5hFMjia+gEo=GOATYNZsU8rjwuS7A@mail.gmail.com> |
| MIME-Version | 1.0 |
| Content-Type | multipart/signed; boundary="nextPart3773779.71J85zoPlS"; micalg="pgp-sha1"; protocol="application/pgp-signature" |
| 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.8214.1395080044.18130.python-list@python.org> (permalink) |
| Lines | 43 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1395080044 news.xs4all.nl 2966 [2001:888:2000:d::a6]:45264 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:68447 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
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 Regards, Felix Yan
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Thread._stop() behavior changed in Python 3.4 Felix Yan <felixonmars@gmail.com> - 2014-03-18 02:13 +0800
csiph-web