消息 [91533]
Python 3.1 segfaults when invalid UTF-8 characters are passed from
command line.
In BASH shell you can run:
$ python3.1 -c $'print("\x80")'
Segmentation fault
In other POSIX-compatible shells you can save the attached test.py
files in current directory and run:
$ python3.1 -c "$(<test.py)"
Segmentation fault |
|
| 日期 |
用户 |
动作 |
参数 |
| 2009-08-13 20:07:32 | Arfrever | 修改 | recipients:
+ Arfrever |
| 2009-08-13 20:07:32 | Arfrever | 修改 | messageid: <1250194052.29.0.344352855764.issue6697@psf.upfronthosting.co.za> |
| 2009-08-13 20:07:31 | Arfrever | 链接 | issue6697 messages |
| 2009-08-13 20:07:30 | Arfrever | 创建 | |
|