Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Jan 31, 2025

  • 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.
@vstinnervstinner requested review from a team and erlend-aasland as code ownersJanuary 31, 2025 12:00
@vstinnervstinner merged commit 8b70ff5 into python:mainJan 31, 2025
45 checks passed
@vstinnervstinner deleted the testcapi_frame branch January 31, 2025 12:52
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
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner