Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gh-93649: Move PyFrame C API tests to test_capi #129512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

vstinner
Copy link
Member

@vstinner vstinner 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.
@vstinner vstinner requested review from a team and erlend-aasland as code owners January 31, 2025 12:00
@vstinner vstinner merged commit 8b70ff5 into python:main Jan 31, 2025
45 checks passed
@vstinner vstinner 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant