]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF (gh-134377)
authorDonghee Na <donghee.na@python.org>
Tue, 17 Jun 2025 23:36:02 +0000 (08:36 +0900)
committerGitHub <noreply@github.com>
Tue, 17 Jun 2025 23:36:02 +0000 (08:36 +0900)
commit52be7f445e454ccb44e368a22fe70a0fa6cab7c0
treeb1cd68efc00f09e4a9146117145977e62a4b568b
parentcb394101110e13a27e08bbf2fe9f38d847db004c
gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF (gh-134377)
Include/internal/pycore_object.h
Include/internal/pycore_pymem.h
Lib/test/test_free_threading/test_generators.py [new file with mode: 0644]
Objects/genobject.c
Objects/obmalloc.c
Objects/typeobject.c