X Tutup
Skip to content

[3.14] gh-142433: Move deref to below the error when checking for laststring (GH-142402)#142524

Merged
vstinner merged 1 commit intopython:3.14from
miss-islington:backport-785268f-3.14
Dec 10, 2025
Merged

[3.14] gh-142433: Move deref to below the error when checking for laststring (GH-142402)#142524
vstinner merged 1 commit intopython:3.14from
miss-islington:backport-785268f-3.14

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 10, 2025

Move deref of laststring to below the error checking so the deref
is applied after the object in strings is replaced.
(cherry picked from commit 785268f)

Co-authored-by: AZero13 gfunni234@gmail.com

…string (pythonGH-142402)

Move deref of laststring to below the error checking so the deref
is applied after the object in strings is replaced.
(cherry picked from commit 785268f)

Co-authored-by: AZero13 <gfunni234@gmail.com>
@vstinner vstinner enabled auto-merge (squash) December 10, 2025 15:42
@vstinner vstinner merged commit 36d4f67 into python:3.14 Dec 10, 2025
49 checks passed
@miss-islington miss-islington deleted the backport-785268f-3.14 branch January 2, 2026 17:59
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.

3 participants

X Tutup