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 malin
Recipients malin, vinay.sajip, vstinner
Date 2019-10-01.01:38:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569893935.1.0.904679769865.issue38321@roundup.psfhosted.org>
In-reply-to
Content
On my Windows, some non-ASCII characters cause this warning:

    d:\dev\cpython\modules\expat\xmltok.c : warning C4819: 
    The file contains a character that cannot be represented in
    the current code page (936). Save the file in Unicode format
    to prevent data loss.

This patch fixes the warnings, it's applicable to master/3.8 branches.
https://github.com/animalize/cpython/commit/daced7575ec70ef1f888c6854760e230cda5ea64

Maybe this trivial problem is not worth a new commit, it can be fixed along with other warnings.
History
Date User Action Args
2019-10-01 01:38:55malinsetrecipients: + malin, vinay.sajip, vstinner
2019-10-01 01:38:55malinsetmessageid: <1569893935.1.0.904679769865.issue38321@roundup.psfhosted.org>
2019-10-01 01:38:55malinlinkissue38321 messages
2019-10-01 01:38:54malincreate