]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:20:30 +0000 (20:20 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 19:20:30 +0000 (21:20 +0200)
commitb875917e214208f022c6a8a84e4c6945593ea7e2
tree53e0623a2c3a3390b5a9dfd6d838cacb3edfb1d8
parentf8b24cdbb91b1905725ea58271519772c6a41d86
[3.13] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_copy_characters` (GH-127876) (#128458)

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_str.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