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

bpo-43795: Add a test for Stable ABI symbol availability using ctypes #26354

Merged
merged 7 commits into from
Oct 22, 2021

Commits on May 25, 2021

  1. Add a test for Stable ABI symbol availability using ctypes

    This is a cross-platform check that the symbols are actually
    exported in the ABI, not e.g. hidden in a macro.
    encukou committed May 25, 2021
    Configuration menu
    Copy the full SHA
    12e08ff View commit details
    Browse the repository at this point in the history
  2. Rename the test class

    encukou committed May 25, 2021
    Configuration menu
    Copy the full SHA
    c65dc41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4278bc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    39446ab View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Merge main branch

    encukou committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0cf75d2 View commit details
    Browse the repository at this point in the history
  2. Regenerate the test file

    encukou committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    b5f7f0f View commit details
    Browse the repository at this point in the history
  3. Skip the test for PyModule_Create2 & PyModule_FromDefAndSpec2

    These aren't exported on some platforms.
    All the others should still be tested, though, to make sure
    they don't disappear.
    encukou committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a0c765a View commit details
    Browse the repository at this point in the history