commit | 25e014bd91e2f64b3231ef2bf5ddac8bb99ed637 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 01 12:28:49 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 01 12:28:49 2014 +0200 |
tree | 117d491c5ed3f749eadee5a6e457371acac81318 | |
parent | f6a271ae980d2f3fb450f745b8f87624378156c4 [diff] |
Issue #18395, #22108: Update embedded Python examples to decode correctly command line parameters: use Py_DecodeLocale() and PyUnicode_DecodeFSDefault().