X Tutup
Skip to content

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

Merged
pablogsal merged 1 commit intopython:3.13from
miss-islington:backport-adc5190-3.13
Aug 23, 2024
Merged

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

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 23, 2024

(cherry picked from commit adc5190)

Co-authored-by: Pablo Galindo Salgado Pablogsal@gmail.com
Signed-off-by: Pablo Galindo pablogsal@gmail.com

…ffers 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>
@pablogsal pablogsal enabled auto-merge (squash) August 23, 2024 12:34
@pablogsal pablogsal merged commit 935b8b4 into python:3.13 Aug 23, 2024
@miss-islington miss-islington deleted the backport-adc5190-3.13 branch January 2, 2026 18:06
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.

2 participants

X Tutup