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

Pascal: my question exactly.  The question is whether the code is accurately 
reflecting the state of the python stack at exception time (which it seems like 
it ought to), in which case I don't understand how Python handles the chained 
exception, or it doesn't, in which case (more likely) I'm not understanding how 
the stack frame is put together.

Vinay: so in your run the subprocess call is not producing the final 'exception 
detail' line...it looks like the last line of the output from subprocess is 
getting lost.  I've updated the patch to add a p.wait() before the assert...can 
you see if that fixes it?  I also fixed the doc nit, thanks.

----------
Added file: http://bugs.python.org/file19177/full_traceback3.patch

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

Reply via email to