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 long.c tests to _testlimitedcapi #117001

Merged
merged 1 commit into from
Mar 19, 2024

Commits on Mar 19, 2024

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

    * Split long.c tests of _testcapi into two parts: limited C API tests
      in _testlimitedcapi and non-limited C API tests in _testcapi.
    * Move testcapi_long.h from Modules/_testcapi/ to
      Modules/_testlimitedcapi/.
    * Add MODULE__TESTLIMITEDCAPI_DEPS to Makefile.pre.in.
    vstinner committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f1f7559 View commit details
    Browse the repository at this point in the history