forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork6
Commit276468d
authored
bpo-43795: Add a test for Stable ABI symbol availability using ctypes (pythonGH-26354)
This is a cross-platform check that the symbols are actuallyexported 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.1 parent843b890 commit276468d
File tree
2 files changed
+881
-0
lines changed- Lib/test
- Tools/scripts
2 files changed
+881
-0
lines changed0 commit comments
Comments
(0)