]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Jan 2025 19:21:08 +0000 (20:21 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 19:21:08 +0000 (21:21 +0200)
commite44045924da39169ee4ef38ae0211d586836cad4
tree753ce9a2212aee1449f4e1939b4ab53692551021
parentd9e199b491a01bfefab3fd61f6de18f4d2fcaeb8
[3.12] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_characters` (GH-127876) (#128459)

gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_characters`` (GH-127876)
(cherry picked from commit 46cb6340d7bad955edfc0a20f6a52dabc03b0932)

Co-authored-by: Alexander Shadchin <shadchin@yandex-team.com>
Lib/test/test_unicode.py
Misc/NEWS.d/next/Core_and_Builtins/2024-12-13-14-17-24.gh-issue-127903.vemHSl.rst [new file with mode: 0644]
Objects/unicodeobject.c