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

[3.10] bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354) #29148

Closed

Commits on Oct 22, 2021

  1. bpo-43795: Add a test for Stable ABI symbol availability using ctypes (

    …pythonGH-26354)
    
    This is a cross-platform check that the symbols are actually
    exported in the ABI, not e.g. hidden in a macro.
    
    Caveat: PyModule_Create2 & PyModule_FromDefAndSpec2 are skipped.
    
    These aren't exported on some of our buildbots. This is a bug
    (bpo-44133). This test now makes sure all the others don't regress.
    (cherry picked from commit 276468d)
    
    Co-authored-by: Petr Viktorin <encukou@gmail.com>
    encukou authored and miss-islington committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    a1991a8 View commit details
    Browse the repository at this point in the history