Skip to content

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

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

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

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:22
@vstinner vstinner merged commit c7d7e1c into python:3.13 Mar 18, 2026
45 checks passed
@miss-islington miss-islington deleted the backport-724c7c8-3.13 branch March 18, 2026 17:45
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