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 martin.panter
Recipients abarry, ezio.melotti, martin.panter, paul.moore, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-06-28.23:35:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467156929.86.0.591900020458.issue26226@psf.upfronthosting.co.za>
In-reply-to
Content
test_distutils: Is the failure the same as before, or changed? Are you testing with new code that includes the Issue 27048 fix? It looks like test_distutils doesn’t support running directly via “unittest”. Perhaps try “python -m test -W test_distutils” or similar if you were previously only trying unittest.

Some of your new failures look like symptoms of running the test suite on out-of-date compiled modules. For test_ctypes, see Issue 27343; test_getargs2: Issue 26282; test_capi: Issue 26168.

strptime: Maybe the test suite is trying to report a string that contains both U+0092 and “é”, but cannot encode U+0092, and uses backslashreplace error handler.
History
Date User Action Args
2016-06-28 23:35:29martin.pantersetrecipients: + martin.panter, paul.moore, vstinner, tim.golden, ezio.melotti, r.david.murray, zach.ware, steve.dower, abarry
2016-06-28 23:35:29martin.pantersetmessageid: <1467156929.86.0.591900020458.issue26226@psf.upfronthosting.co.za>
2016-06-28 23:35:29martin.panterlinkissue26226 messages
2016-06-28 23:35:29martin.pantercreate