]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122888: Fix crash on certain calls to str() (#122889)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 12 Aug 2024 16:20:09 +0000 (09:20 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 16:20:09 +0000 (09:20 -0700)
commit53ebb6232a8ebc03827cf2251bfc67f1886ffd70
treedfe8046ed40d8ece6473caeb0d28b3b649f2e71e
parent7c22ab5b38a1350c976ef35453d9b3ab7a294812
gh-122888: Fix crash on certain calls to str() (#122889)

Fixes #122888
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