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

STINNER Victor report at bugs.python.org
Thu Jan 7 17:21:36 EST 2021


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

It took me a while to understand it, the _multibytecodec module itself is fine. The issue comes from the _codecs_jp module which uses the legacy module API:

    codec = _codecs_jp.getcodec('cp932')

----------

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


More information about the Python-bugs-list mailing list