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, iritkatriel, r.david.murray
日期 2020-11-16.22:04:37
SpamBayes Score -1.0
Marked as misclassified
Message-id <1605564278.08.0.959329445779.issue18838@roundup.psfhosted.org>
In-reply-to
内容
So far I could reproduce the issue on Python 3.7, Windows Vista 64bit. I'll try with newer versions.

The output I got:
>>> from subprocess import *
>>> Popen("py -i foo.py", stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate()
(b'', b'>>> Traceback (most recent call last):\r\n  File "foo.py", line 2, in <module>\r\n    1/0\r\nZeroDivisionError: division by zero\r\n\r\n')
历史
日期 用户 动作 参数
2020-11-16 22:04:38Drekin修改recipients: + Drekin, r.david.murray, iritkatriel
2020-11-16 22:04:38Drekin修改messageid: <1605564278.08.0.959329445779.issue18838@roundup.psfhosted.org>
2020-11-16 22:04:38Drekin链接issue18838 messages
2020-11-16 22:04:37Drekin创建