Message91533
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 |
|
Date |
User |
Action |
Args |
2009-08-13 20:07:32 | Arfrever | set | recipients:
+ Arfrever |
2009-08-13 20:07:32 | Arfrever | set | messageid: <1250194052.29.0.344352855764.issue6697@psf.upfronthosting.co.za> |
2009-08-13 20:07:31 | Arfrever | link | issue6697 messages |
2009-08-13 20:07:30 | Arfrever | create | |
|