diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-13 23:24:06 +0000 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-10-13 23:24:06 +0000 |
commit | 052a04d34a3841996af59962b038f05af63abacc (patch) | |
tree | 763e4056730872f8b5c19f8e847c36c2c4a1c303 /Python | |
parent | 59a289d16b6716f3f106ee14c5562186cda310b2 (diff) | |
download | cpython-git-052a04d34a3841996af59962b038f05af63abacc.tar.gz |
Revert r85435 (and r85440): decode command line arguments from utf-8
Python exits with a fatal error if the command line contains an undecodable
argument. PyUnicode_FromString() fails at the first undecodable byte because it
calls the error handler, but error handlers are not ready before Python
initialization.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions