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 eryksun, ezio.melotti, methane, vstinner, yan12125
Date 2017-12-21.23:11:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513897861.14.0.213398074469.issue29240@psf.upfronthosting.co.za>
In-reply-to
Content
IHMO test_readline should be fixed by ignoring the UTF-8 mode in Py_EncodeLocale/Py_DecodeLocale, but only when called from the Python readline module. We need maybe new functions, something like: Py_EncodeCurrentLocale/Py_DecodeCurrentLocale.

I will work on a patch when I will be back from holiday. In the meanwhile, I skipped the test to repair FreeBSD 3.x buildbots.
History
Date User Action Args
2017-12-21 23:11:01vstinnersetrecipients: + vstinner, ezio.melotti, methane, eryksun, yan12125
2017-12-21 23:11:01vstinnersetmessageid: <1513897861.14.0.213398074469.issue29240@psf.upfronthosting.co.za>
2017-12-21 23:11:01vstinnerlinkissue29240 messages
2017-12-21 23:11:01vstinnercreate