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

gh-116417: Move limited C API abstract.c tests to _testlimitedcapi #116986

Merged
merged 2 commits into from
Mar 19, 2024

Commits on Mar 19, 2024

  1. pythongh-116417: Move limited C API abstract.c tests to _testlimitedcapi

    Split abstract.c and float.c tests of _testcapi into two parts:
    limited C API tests in _testlimitedcapi and non-limited C API tests
    in _testcapi.
    
    Update test_bytes.
    vstinner committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    53e2ad4 View commit details
    Browse the repository at this point in the history
  2. Update test_class

    vstinner committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ed93666 View commit details
    Browse the repository at this point in the history