]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (GH-140637...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Oct 2025 09:21:43 +0000 (10:21 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 09:21:43 +0000 (09:21 +0000)
commit97c59f9d61f28a86ab4e470fd5382848c9b5536f
tree8f5872947e732160b4bff7113cf9e8b859a5da46
parent842c49b35432a5f0bcbe1145f0f8cea904249cd4
[3.14] Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (GH-140637) (#140658)

Remove dead stores to 'size' in UTF-8 decoder (unicodeobject.c) (GH-140637)
(cherry picked from commit 7d70a147f58edabc9691869a0e8b606c9c3ac184)

Co-authored-by: Shamil <ashm.tech@proton.me>
Objects/unicodeobject.c