Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16964

Re: Multiprocessing bug, is information ever omitted from a traceback?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.008
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:bug': 0.04; 'ubuntu': 0.04; 'python': 0.08; 'release.': 0.09; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mercurial,': 0.16; 'subject:ever': 0.16; 'linux': 0.17; 'wrote:': 0.18; 'programming': 0.21; 'have,': 0.21; 'packaging': 0.21; 'subject:information': 0.21; 'dec': 0.22; "doesn't": 0.22; 'header :In-Reply-To:1': 0.22; 'specify': 0.24; "i'm": 0.26; 'message- id:@mail.gmail.com': 0.28; 'weird': 0.29; 'pm,': 0.29; 'confused': 0.30; 'sun,': 0.30; 'usually': 0.31; 'subject:?': 0.31; 'version': 0.32; 'andrew': 0.32; 'instead': 0.33; 'there': 0.33; 'to:addr :python-list': 0.34; 'but': 0.37; 'received:google.com': 0.37; "there's": 0.37; 'think': 0.37; 'enough': 0.38; 'received:209.85': 0.38; 'subject:from': 0.38; 'itself.': 0.39; 'being': 0.39; 'why': 0.39; "it's": 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; '2011': 0.61; 'john': 0.62; 'straight': 0.63; '11,': 0.68; 'dealing': 0.69; '11:53': 0.84; '3.3': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=sbYYTMa6ldzSZQmigodnvC1csmNBB/2wSGljLnu/aYw=; b=FxAwL/Szc1KjyOhvLihvaBlFFMWPJ/RMzYXtm+JTIWQYahdkvnEWMwMpe3JD9SGfFx dsSufuzbHXcNvs333+9OMiV9SWzKJzrlYuTDUUCXo4LK95i+vxXb9Rk6gBFbwoShipRH tFUMBfEDmpgMYG3qYFXl8in9DESSmVZzrIaOc=
MIME-Version 1.0
In-Reply-To <4EE3A726.6010201@gmail.com>
References <3d377e6e-3da3-4e94-9e3f-999557488211@c16g2000pre.googlegroups.com> <mailman.3489.1323493234.27778.python-list@python.org> <41081049-1047-41ca-b7c1-5e5c3c00e94b@f33g2000prh.googlegroups.com> <4EE3A726.6010201@gmail.com>
Date Sun, 11 Dec 2011 06:02:48 +1100
Subject Re: Multiprocessing bug, is information ever omitted from a traceback?
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3498.1323543772.27778.python-list@python.org> (permalink)
Lines 21
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1323543772 news.xs4all.nl 6941 [2001:888:2000:d::a6]:37925
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:16964

Show key headers only | View raw


On Sun, Dec 11, 2011 at 5:38 AM, Andrew Berg <bahamutzero8825@gmail.com> wrote:
> On 12/10/2011 11:53 AM, John Ladasky wrote:
>> Why did you specify Python 2.7.2, instead of the 2.7.6 version that is
>> being offered to me by Ubuntu Software Center?  Does it matter?
> There is no Python 2.7.6. I think you have it confused with the version
> 2.7.2-6. If I'm not mistaken, that appended 6 has to do with packaging
> and nothing at all to do with the software itself.

On 12/9/2011 6:14 PM, John Ladasky wrote:
> I'm programming in Python 2.6 on Ubuntu Linux 10.10, if it matters.

As with my Ubuntu 10.10 - it's version 2.6.6. (I also altinstalled 3.3
built straight from Mercurial, which is approximately as new a Python
as one can have, but that doesn't count.)

There's a few differences between 2.6 and 2.7; not usually enough to
be concerned about in daily use, but when dealing with weird issues,
it helps to have the latest release.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Multiprocessing bug, is information ever omitted from a traceback? John Ladasky <ladasky@my-deja.com> - 2011-12-09 15:14 -0800
  Re: Multiprocessing bug, is information ever omitted from a traceback? Terry Reedy <tjreedy@udel.edu> - 2011-12-10 00:00 -0500
    Re: Multiprocessing bug, is information ever omitted from a traceback? John Ladasky <ladasky@my-deja.com> - 2011-12-10 09:53 -0800
      Re: Multiprocessing bug, is information ever omitted from a traceback? Andrew Berg <bahamutzero8825@gmail.com> - 2011-12-10 12:38 -0600
        Re: Multiprocessing bug, is information ever omitted from a traceback? John Ladasky <ladasky@my-deja.com> - 2011-12-10 11:02 -0800
      Re: Multiprocessing bug, is information ever omitted from a traceback? Chris Angelico <rosuav@gmail.com> - 2011-12-11 06:02 +1100
      Re: Multiprocessing bug, is information ever omitted from a traceback? Terry Reedy <tjreedy@udel.edu> - 2011-12-10 18:57 -0500

csiph-web