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 Paul Monson, eryksun, methane, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-06.15:04:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557155048.81.0.140278071887.issue36778@roundup.psfhosted.org>
In-reply-to
Content
Paul Monson: I'm unable to reproduce exactly your issue, but I tried to reproduce it partially using PYTHONIOENCODING=cp65001.

My PR 13110 avoids "import functools" at startup. Can you please try it and check if it fix test_site?
History
Date User Action Args
2019-05-06 15:04:08vstinnersetrecipients: + vstinner, paul.moore, tim.golden, methane, zach.ware, serhiy.storchaka, eryksun, steve.dower, Paul Monson
2019-05-06 15:04:08vstinnersetmessageid: <1557155048.81.0.140278071887.issue36778@roundup.psfhosted.org>
2019-05-06 15:04:08vstinnerlinkissue36778 messages
2019-05-06 15:04:08vstinnercreate