]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151141)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 9 Jun 2026 11:45:18 +0000 (14:45 +0300)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 11:45:18 +0000 (11:45 +0000)
commitcb96d5ea4a63faa0db47213f386012214447be8a
treef8fb736ccfab01aa025ca643848720142d6052b8
parent5c6402e6a509b248acf273d613590ce699647a89
[3.14] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151141)

(cherry picked from commit c3cd75afdf86f6a811663c71da22cc24c784a6f4)
13 files changed:
Lib/test/test_capi/test_weakref.py [new file with mode: 0644]
Misc/NEWS.d/next/Tests/2026-06-09-11-52-52.gh-issue-151130.1vslPH.rst [new file with mode: 0644]
Modules/Setup.stdlib.in
Modules/_testcapi/parts.h
Modules/_testcapi/weakref.c [new file with mode: 0644]
Modules/_testcapimodule.c
Modules/_testlimitedcapi.c
Modules/_testlimitedcapi/parts.h
Modules/_testlimitedcapi/weakref.c [new file with mode: 0644]
PCbuild/_testcapi.vcxproj
PCbuild/_testcapi.vcxproj.filters
PCbuild/_testlimitedcapi.vcxproj
PCbuild/_testlimitedcapi.vcxproj.filters