Skip to content
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

[WIP] gh-116417: Move limited C API tests to _testlimitedcapi #116567

Closed
wants to merge 11 commits into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 10, 2024

PR to show how it can look alike to move most tests on the limited C API from _testcapi extension to the new _testlimitedcapi extension.

* Move bytes.c and sys.c from Modules/_testcapi/ to
  Modules/_testlimitedcapi/.
* Split some tests in two files, limited and non-limited:

  * abstract.c
  * dict.c
  * list.c
  * set.c

* Copy util.h to Modules/_testlimitedcapi/.
* Update test_capi.
@vstinner
Copy link
Member Author

This PR creates 9 files in Modules/_testlimitedcapi/:

  • abstract.c
  • bytearray.c
  • bytes.c
  • dict.c
  • float.c
  • list.c
  • long.c
  • set.c
  • unicode.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.

None yet

1 participant