Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; '64-bit': 0.07; 'debug': 0.07; 'report.': 0.07; 'subject:bug': 0.07; 'subject:skip:b 10': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:roundup': 0.09; 'python': 0.11; 'bug': 0.12; 'url:psf': 0.12; 'up-to-date': 0.14; 'already,': 0.16; 'attempted': 0.16; 'form"': 0.16; 'illustrates': 0.16; 'incorrect': 0.16; 'pdb': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'suggested,': 0.16; 'url:meta': 0.16; 'url:upfronthosting': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'stack': 0.19; 'separate': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; "haven't": 0.24; "i've": 0.25; 'tracker': 0.26; 'post': 0.26; 'header:X-Complaints-To:1': 0.27; 'tried': 0.27; 'url:za': 0.29; 'getting': 0.31; 'reply.': 0.31; '(although': 0.31; '(on': 0.31; 'file': 0.32; 'open': 0.33; 'linux': 0.33; 'could': 0.34; 'problem': 0.35; 'problem.': 0.35; 'but': 0.35; 'there': 0.35; 'up!': 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'application': 0.37; 'problems': 0.38; 'bringing': 0.38; 'to:addr:python-list': 0.38; 'little': 0.38; 'reported': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'skip:u 10': 0.60; 'new': 0.61; 'email addr:gmail.com': 0.63; 'developed': 0.63; 'more': 0.64; 'details': 0.65; 'hours': 0.66; 'url:co': 0.67; 'details,': 0.68; 'email,': 0.69; 'system)': 0.69; 'clicking': 0.73; 'received:204': 0.75; 'article': 0.77; 'verification': 0.83; '3.3.1': 0.84; 'confirming': 0.84; 'issuer': 0.84; 'received:204.14': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Python pdb bug, followed by bug in bugs.python.org Date: Tue, 09 Apr 2013 15:17:28 -0700 References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 204.14.154.191 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) 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: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365545861 news.xs4all.nl 2600 [2001:888:2000:d::a6]:49806 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43234 In article , donaldcallen@gmail.com wrote: > I am I've developed an application in Python 3.3.1 (on an up-to-date 64-bit > Arch Linux system) and am attempting to use pdb to debug it. I am getting > incorrect stack traces. I've made up a little 10-line program that > illustrates the problem and I attempted to register on the bug-tracker site, > unsuccessfully, to file a bug report. I followed the link in the email and > got a "broken form" error message when I attempted to log in to the > bug-tracker. I then tried replying to the verification email, and got some > other form of brokenness in reply. I was just able to create a new user by through the link from the bugs.python.org web page and then clicking on the link in the confirming email (although it did take a couple of hours for the confirming email to arrive). There is a meta tracker for problems with the Python issuer tracker itself: http://psf.upfronthosting.co.za/roundup/meta/ but you do have to register for that tracker (a separate registration). If you are able to supply more details, we might be able to follow up on the registration problem. And, as someone else suggested, you could post the details of the pdb problem here. Note, there are already a number of currently open issues with pdb reported on the bug tracker. If you haven't already, you could search for "pdb" and see if your problem has been reported. Thanks for bringing the problem(s) up! -- Ned Deily, nad@acm.org