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.

作者 Drekin
收信人 Drekin
日期 2013-08-26.09:05:07
SpamBayes Score -1.0
Marked as misclassified
Message-id <1377507907.91.0.430796932988.issue18838@psf.upfronthosting.co.za>
In-reply-to
内容
On Windows, Python 3.3.2, when I run Python as a subprocess via Popen("py -i somescript.py", stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate() and somescript.py ends with exception, there is first interactive promt ">>>" in stderr output and then the traceback which is reversed to standard order when somescript.py is run interactively directly.

Corresponding StackOverflow question: http://stackoverflow.com/questions/18419724/position-of-prompt-in-stderr-after-systemexit .
历史
日期 用户 动作 参数
2013-08-26 09:05:07Drekin修改recipients: + Drekin
2013-08-26 09:05:07Drekin修改messageid: <1377507907.91.0.430796932988.issue18838@psf.upfronthosting.co.za>
2013-08-26 09:05:07Drekin链接issue18838 messages
2013-08-26 09:05:07Drekin创建