Skip to content

Commit

Permalink
bpo-43795: Add a test for Stable ABI symbol availability using ctypes (
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
encukou authored and miss-islington committed Oct 22, 2021
1 parent 8f6aa48 commit a1991a8
Show file tree
Hide file tree
Showing 2 changed files with 881 additions and 0 deletions.
Loading

0 comments on commit a1991a8

Please sign in to comment.