]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039)
authorDonghee Na <donghee.na@python.org>
Tue, 29 Apr 2025 00:48:53 +0000 (09:48 +0900)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 00:48:53 +0000 (09:48 +0900)
commit75cbb8d89e7e92ccaba5c615c72459f241dca8b1
tree2ff54bb65c9bfb5055d9bd38663342389b0057b2
parentbdd23c0bb95faa37130fdf7af82f0fdddb41bae0
gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039)

---------

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Objects/unicodeobject.c