]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039...
authorDonghee Na <donghee.na@python.org>
Tue, 29 Apr 2025 05:26:44 +0000 (14:26 +0900)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 05:26:44 +0000 (14:26 +0900)
commit7ffef8d07bba6c1c8551cafc3f0cb58c9102f909
treeb75717ce0cdec38dc7b80efb587a7a8dcf4aad1b
parent64dcbb0c31adb068570725003fd6d2ddd8ee1507
[3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039) (gh-133126)

* gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039)

---------
(cherry picked from commit 75cbb8d89e7e92ccaba5c615c72459f241dca8b1)

Co-authored-by: Donghee Na <donghee.na@python.org>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Add _PyObject_IsUniquelyReferenced

---------

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