AZero13
changed the title
Remove erroneous dereference of laststring
gh-142433: Move deref to below the error when checking for laststring.
Closed
AZero13
changed the title
gh-142433: Move deref to below the error when checking for laststring.
gh-142433: Move deref to below the error when checking for laststring
…string Move deref of laststring to below the error checking so the deref is applied after the object in strings is replaced.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Dec 10, 2025…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 pushed a commit that referenced this pull request
Dec 10, 2025…tstring (GH-142402) (#142524) gh-142433: Move deref to below the error when checking for laststring (GH-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>