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.

作者 Arfrever
收信人 Arfrever
日期 2009-08-13.20:07:30
SpamBayes Score 1.3468557e-05
Marked as misclassified
Message-id <1250194052.29.0.344352855764.issue6697@psf.upfronthosting.co.za>
In-reply-to
内容
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:32Arfrever修改recipients: + Arfrever
2009-08-13 20:07:32Arfrever修改messageid: <1250194052.29.0.344352855764.issue6697@psf.upfronthosting.co.za>
2009-08-13 20:07:31Arfrever链接issue6697 messages
2009-08-13 20:07:30Arfrever创建