This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients georg.brandl, mtomassoli, r.david.murray
Date 2012-04-18.12:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334753473.32.0.229745766815.issue14612@psf.upfronthosting.co.za>
In-reply-to
Content
For reference, here is the crash:

rdmurray@hey:~/python/p33>./python -m pdb  script.py
> /home/rdmurray/python/p33/script.py(1)<module>()
-> with open('test') as f:
(Pdb) j 3
python: Objects/frameobject.c:207: frame_setlineno: Assertion `blockstack_top > 0' failed.
zsh: abort      ./python -m pdb script.py
History
Date User Action Args
2012-04-18 12:51:13r.david.murraysetrecipients: + r.david.murray, georg.brandl, mtomassoli
2012-04-18 12:51:13r.david.murraysetmessageid: <1334753473.32.0.229745766815.issue14612@psf.upfronthosting.co.za>
2012-04-18 12:51:12r.david.murraylinkissue14612 messages
2012-04-18 12:51:12r.david.murraycreate