Skip to content

gh-154577: Fix data race in Modules/cjkcodecs/multibytecodec.c#154578

Open
xxyzz wants to merge 1 commit into
python:mainfrom
xxyzz:tsan-0001
Open

gh-154577: Fix data race in Modules/cjkcodecs/multibytecodec.c#154578
xxyzz wants to merge 1 commit into
python:mainfrom
xxyzz:tsan-0001

Conversation

@xxyzz

@xxyzz xxyzz commented Jul 24, 2026

Copy link
Copy Markdown

Prevent race by adding @critical_section to functions that have MultibyteIncrementalEncoderObject or
MultibyteIncrementalDecoderObject argument

Fix TSAN-0001 from gh-153852

Prevent race by adding `@critical_section` to functions that have
`MultibyteIncrementalEncoderObject` or
`MultibyteIncrementalDecoderObject` argument

Fix TSAN-0001 from pythongh-153852
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant