Message158613
| 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:13 | r.david.murray | set | recipients:
+ r.david.murray, georg.brandl, mtomassoli |
| 2012年04月18日 12:51:13 | r.david.murray | set | messageid: <1334753473.32.0.229745766815.issue14612@psf.upfronthosting.co.za> |
| 2012年04月18日 12:51:12 | r.david.murray | link | issue14612 messages |
| 2012年04月18日 12:51:12 | r.david.murray | create |
|