[Python-checkins] [3.11] Backport ABI regeneration script (#94376)

pablogsal webhook-mailer at python.org
Tue Jun 28 09:33:27 EDT 2022


https://github.com/python/cpython/commit/648469299d9102bcc165baace67c6758e244eec1
commit: 648469299d9102bcc165baace67c6758e244eec1
branch: 3.11
author: Pablo Galindo Salgado <Pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2022-06-28T14:33:08+01:00
summary:

[3.11] Backport ABI regeneration script (#94376)

files:
A .github/workflows/regen-abidump.sh

diff --git a/.github/workflows/regen-abidump.sh b/.github/workflows/regen-abidump.sh
new file mode 100644
index 0000000000000..251bb3857ecfc
--- /dev/null
+++ b/.github/workflows/regen-abidump.sh
@@ -0,0 +1,8 @@
+set -ex
+
+export DEBIAN_FRONTEND=noninteractive
+./.github/workflows/posix-deps-apt.sh
+apt-get install -yq abigail-tools python3
+export CFLAGS="-g3 -O0"
+./configure --enable-shared && make
+make regen-abidump



More information about the Python-checkins mailing list