]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Aug 2024 16:53:05 +0000 (18:53 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 16:53:05 +0000 (16:53 +0000)
commit55aede73423a718309bd89741766e01ce8435399
treeba389dbec4acec84562c1ef6553ea6c7ec9e27f5
parent8b64ce4eb461d5b6c8dd23d3f3f5dbe0d52f6161
[3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947)

Fixes GH-122888
(cherry picked from commit 53ebb6232a8ebc03827cf2251bfc67f1886ffd70)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_str.py
Misc/NEWS.d/next/Core_and_Builtins/2024-08-10-12-44-03.gh-issue-122888.TUyu9r.rst [new file with mode: 0644]
Objects/unicodeobject.c