R. David Murray <rdmur...@bitdance.com> added the comment:

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

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14612>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to