]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151130: Add more tests for PyWeakref_* C API (GH-151131)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 9 Jun 2026 11:11:17 +0000 (14:11 +0300)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 11:11:17 +0000 (11:11 +0000)
commitc3cd75afdf86f6a811663c71da22cc24c784a6f4
tree6999c5b315c94f1e2d2f67c43ee7d645a6613666
parentdb4b1948bc4ad5e7230fe1f2814da409ca1d669b
gh-151130: Add more tests for PyWeakref_* C API (GH-151131)
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