]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152228: Fix an assertion failure in `str.replace` under a limited memory case...
authorsobolevn <mail@sobolevn.me>
Mon, 29 Jun 2026 16:22:22 +0000 (19:22 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 16:22:22 +0000 (16:22 +0000)
commitc5043dce1c6743682d93c71e937b95e7d27e0b35
tree6d6d69e5cc9f98b09af1b382f962a3f5e5da6bac
parent7ccdbaba2c54250a70d7f25632152df7655a5e0a
gh-152228: Fix an assertion failure in `str.replace` under a limited memory case (#152229)
Lib/test/test_str.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-25-21-34-15.gh-issue-152228.a6K14K.rst [new file with mode: 0644]
Objects/unicodeobject.c