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.

Author vstinner
Recipients eric.araujo, ixokai, lemburg, loewis, pitrou, pjenvey, ronaldoussoren, vstinner
Date 2010-10-14.00:34:39
SpamBayes Score 0.0013363743
Marked as misclassified No
Message-id <1287016480.96.0.377009902741.issue9992@psf.upfronthosting.co.za>
In-reply-to
Content
test_undecodable_env() of test_subprocess fails. r85430 removes the following code which was added by Antoine to fix this issue.

# Force surrogate-escaping of \xFF in the child process;
# otherwise it can be decoded as-is if the default locale
# is latin-1.
env['PYTHONFSENCODING'] = 'ascii'

I think that we should accept that b'\xff' can be decoded as '\xff' and that's all.
History
Date User Action Args
2010-10-14 00:34:41vstinnersetrecipients: + vstinner, lemburg, loewis, ixokai, ronaldoussoren, pitrou, pjenvey, eric.araujo
2010-10-14 00:34:40vstinnersetmessageid: <1287016480.96.0.377009902741.issue9992@psf.upfronthosting.co.za>
2010-10-14 00:34:39vstinnerlinkissue9992 messages
2010-10-14 00:34:39vstinnercreate