mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
This commit is contained in:
parent
2e0760bb2e
commit
85f1dedb8d
5 changed files with 1027 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -75,6 +75,8 @@ jobs:
|
|||
fi
|
||||
- name: Check exported libpython symbols
|
||||
run: make smelly
|
||||
- name: Check limited ABI symbols
|
||||
run: make check-limited-abi
|
||||
|
||||
build_win32:
|
||||
name: 'Windows (x86)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue