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 corona10, erlendaasland, neonene, paul.moore, petr.viktorin, shihai1991, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-01-07.23:18:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610061505.24.0.678184589552.issue42846@roundup.psfhosted.org>
In-reply-to
Content
> 1) python -m test --verbose test_threading
> 2) python -m test --verbose test_embed

I ran manually these two tests with cp932 ANSI code page: they now pass with my fix.

I also added a regression test to test_multibytecodec.py.

Thanks for your quick bug report neonene! It's now fixed.
History
Date User Action Args
2021-01-07 23:18:25vstinnersetrecipients: + vstinner, paul.moore, tim.golden, petr.viktorin, zach.ware, steve.dower, corona10, shihai1991, neonene, erlendaasland
2021-01-07 23:18:25vstinnersetmessageid: <1610061505.24.0.678184589552.issue42846@roundup.psfhosted.org>
2021-01-07 23:18:25vstinnerlinkissue42846 messages
2021-01-07 23:18:25vstinnercreate