Bug report
Bug description:
Functions have MultibyteIncrementalEncoderObject and MultibyteIncrementalDecoderObject argument are not using @critical_section, therefore could have data race on these objects. For more details please see the TSAN-0001 report from parent issue #153852.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Bug report
Bug description:
Functions have
MultibyteIncrementalEncoderObjectandMultibyteIncrementalDecoderObjectargument are not using@critical_section, therefore could have data race on these objects. For more details please see the TSAN-0001 report from parent issue #153852.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Modules/cjkcodecs/multibytecodec.c#154578