From: Phil Muldoon <pmuldoon@redhat.com>
To: Julian Smith <jules@op59.net>
Cc: gdb@sourceware.org
Subject: Re: Current gdb python errors on python-2.4
Date: Tue, 11 Jun 2013 13:37:00 -0000 [thread overview]
Message-ID: <51B72824.8040306@redhat.com> (raw)
In-Reply-To: <51B72757.9050902@redhat.com>
On 11/06/13 14:34, Phil Muldoon wrote:
> The only way (I know) to get exceptions to work for all versions of
> Python is to do something like:
>
> except Exception:
> e = sys.exc_info[1]
>
Oops, typo. I mean:
except Exception:
e = sys.exc_info()[1]
Cheers,
Phil
prev parent reply other threads:[~2013-06-11 13:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20130609035926.40bad3bb.jules@op59.net>
2013-06-11 13:34 ` Phil Muldoon
2013-06-11 13:37 ` Phil Muldoon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51B72824.8040306@redhat.com \
--to=pmuldoon@redhat.com \
--cc=gdb@sourceware.org \
--cc=jules@op59.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox