aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-12-04 22:05:58 +0000
committerGitHub <noreply@github.com>2020-12-04 22:05:58 +0000
commit85f1dedb8d05774e0d3739be0a11cd970b98097f (patch)
tree4f453d8a7426c7550e5d2500334946fbd68c356f /.github
parentbpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran... (diff)
downloadcpython-85f1dedb8d05774e0d3739be0a11cd970b98097f.tar.gz
cpython-85f1dedb8d05774e0d3739be0a11cd970b98097f.tar.bz2
cpython-85f1dedb8d05774e0d3739be0a11cd970b98097f.zip
bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 12c591e413..71c307b6c6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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)'