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

Commits on Mar 10, 2024

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

    * 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 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    3b01457 View commit details
    Browse the repository at this point in the history
  2. unicode.c

    vstinner committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5761f80 View commit details
    Browse the repository at this point in the history
  3. lower Py_LIMITED_API

    vstinner committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2c984f6 View commit details
    Browse the repository at this point in the history
  4. long.c

    vstinner committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0354b84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    916dc57 View commit details
    Browse the repository at this point in the history
  6. float.c

    vstinner committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    422c188 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12e8040 View commit details
    Browse the repository at this point in the history
  8. Fix Free Threading build

    vstinner committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    3bc12e7 View commit details
    Browse the repository at this point in the history
  9. Update PCbuild

    vstinner committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    bd8c80f View commit details
    Browse the repository at this point in the history
  10. Fix typo

    vstinner committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    1521eaa View commit details
    Browse the repository at this point in the history
  11. Fix make check-c-globals

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