◐ Shell
clean mode source ↗

gh-93649: Move PyFrame C API tests to test_capi by vstinner · Pull Request #129512 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

Jan 31, 2025

Conversation

@vstinner

@vstinner vstinner commented

Jan 31, 2025

edited by bedevere-app Bot

Loading

  • Move C API tests from test_frame to test_capi.test_frame.
  • Add Modules/_testcapi/frame.c file.
  • 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.
* Add Lib/test/test_capi/test_frame.py file.

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request

Feb 7, 2025
* 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

Labels

1 participant

@vstinner