]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151141) (...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 9 Jun 2026 20:24:39 +0000 (23:24 +0300)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 20:24:39 +0000 (22:24 +0200)
commit52ffdeda1dfa2807e2af24ed73b32ba5f7d2b004
treee8383caf035404331a89ff7c2129f2b0f87b3ca5
parent99dc88db09f032bc9236364bf5ed74ee4a2bef9c
[3.13] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151141) (#151148)

(cherry picked from commit cb96d5ea4a63faa0db47213f386012214447be8a)

(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