[issue42846] Using _multibytecodec module on Windows, test_threading/embed get failure

STINNER Victor report at bugs.python.org
Thu Jan 7 18:18:25 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

> 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.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42846>
_______________________________________


More information about the Python-bugs-list mailing list