Skip to content

gh-144777: Fix data races in IncrementalNewlineDecoder#144971

Open
colesbury wants to merge 1 commit intopython:mainfrom
colesbury:gh-144777-newline-decoder-data-race
Open

gh-144777: Fix data races in IncrementalNewlineDecoder#144971
colesbury wants to merge 1 commit intopython:mainfrom
colesbury:gh-144777-newline-decoder-data-race

Conversation

@colesbury
Copy link
Contributor

@colesbury colesbury commented Feb 18, 2026

Add critical sections to methods of IncrementalNewlineDecoder to prevent concurrent access to shared bitfields (pendingcr, seennl).

Add critical sections to methods of IncrementalNewlineDecoder to
prevent concurrent access to shared bitfields (pendingcr, seennl).
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

Comments