X Tutup
Skip to content

[3.12] gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (GH-123263)#123265

Merged
pablogsal merged 1 commit intopython:3.12from
pablogsal:backport-adc5190-3.12
Aug 23, 2024
Merged

[3.12] gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (GH-123263)#123265
pablogsal merged 1 commit intopython:3.12from
pablogsal:backport-adc5190-3.12

Conversation

@pablogsal
Copy link
Member

@pablogsal pablogsal commented Aug 23, 2024

(cherry picked from commit adc5190)

…ring buffers to 0 in the tokenizer (pythonGH-123263)

(cherry picked from commit adc5190)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup