消息 [381170]
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:38 | Drekin | 修改 | recipients:
+ Drekin, r.david.murray, iritkatriel |
| 2020-11-16 22:04:38 | Drekin | 修改 | messageid: <1605564278.08.0.959329445779.issue18838@roundup.psfhosted.org> |
| 2020-11-16 22:04:38 | Drekin | 链接 | issue18838 messages |
| 2020-11-16 22:04:37 | Drekin | 创建 | |
|