bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-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.
P
Petr Viktorin committed
276468dddb46c54980c782c09cdb53bd90755752
Parent: 843b890
Committed by GitHub <noreply@github.com>
on 10/22/2021, 8:12:06 AM