Skip to content

[3.14] gh-146093: Fix csv _set_str(): check if PyUnicode_DecodeASCII() failed (GH-146113)#146130

Merged
vstinner merged 1 commit intopython:3.14from
miss-islington:backport-724c7c8-3.14
Mar 18, 2026
Merged

[3.14] gh-146093: Fix csv _set_str(): check if PyUnicode_DecodeASCII() failed (GH-146113)#146130
vstinner merged 1 commit intopython:3.14from
miss-islington:backport-724c7c8-3.14

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 18, 2026

The function can fail on a memory allocation failure.

Bug reported by devdanzin.
(cherry picked from commit 724c7c8)

Co-authored-by: Victor Stinner vstinner@python.org

… failed (pythonGH-146113)

The function can fail on a memory allocation failure.

Bug reported by devdanzin.
(cherry picked from commit 724c7c8)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner enabled auto-merge (squash) March 18, 2026 17:21
@vstinner vstinner merged commit 5feedc7 into python:3.14 Mar 18, 2026
52 checks passed
@miss-islington miss-islington deleted the backport-724c7c8-3.14 branch March 18, 2026 17:47
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.

2 participants