]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93649: Move PyFrame C API tests to test_capi (#129512)
authorVictor Stinner <vstinner@python.org>
Fri, 31 Jan 2025 12:51:58 +0000 (13:51 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 12:51:58 +0000 (13:51 +0100)
commit8b70ff587220ebaefae9b6283b4993c78a726324
tree1a7a9ca1e0309046fe08b4c9aae17370ebf7c20b
parent22b2d37f4211f51a3c90680edeb4c10261f58158
gh-93649: Move PyFrame C API tests to test_capi (#129512)

* Add Lib/test/test_capi/test_frame.py file.
* Move C API tests from test_frame to test_capi.test_frame.
* Add Modules/_testcapi/frame.c file.
* Move C API tests from _testcapimodule.c to frame.c
Lib/test/test_capi/test_frame.py [new file with mode: 0644]
Lib/test/test_frame.py
Modules/Setup.stdlib.in
Modules/_testcapi/frame.c [new file with mode: 0644]
Modules/_testcapi/parts.h
Modules/_testcapimodule.c
PCbuild/_testcapi.vcxproj
PCbuild/_testcapi.vcxproj.filters