]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151140)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jun 2026 11:37:56 +0000 (13:37 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 11:37:56 +0000 (11:37 +0000)
commit2d432f21dba218c6442f29d1a28d24a8a7a7b1dc
tree29ae68a0d8e91d2368c041784108218c48a2cdb5
parent8a2bf2a072ee2482a22eaed96af3016a6f627303
[3.15] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151140)

(cherry picked from commit c3cd75afdf86f6a811663c71da22cc24c784a6f4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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