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.
V
Victor Stinner committed
052a04d34a3841996af59962b038f05af63abacc
Parent: 59a289d