[issue14612] Crash after modifying f_lineno

R. David Murray report at bugs.python.org
Wed Apr 18 14:51:13 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

For reference, here is the crash:

rdmurray at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14612>
_______________________________________


More information about the Python-bugs-list mailing list