]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0691: python3: stable-abi may cause segfault on Python 3.11 v9.1.0691
authorChristian Brabandt <cb@256bit.org>
Fri, 23 Aug 2024 16:39:08 +0000 (18:39 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 23 Aug 2024 16:39:08 +0000 (18:39 +0200)
commit3f7024cf865bb9790988e24909ec3e37427555e7
treeeceff5e3572b7837057c8e3887cb32b43c7a8eb2
parent7866d54ecc7ff47d5f3c48bc389dfd85759b9b65
patch 9.1.0691: python3: stable-abi may cause segfault on Python 3.11

Problem:  python3: stable-abi may cause segfault on Python 3.11
          (Audrius Kažukauskas, after v9.1.0668)
Solution: do not enable the stable Python ABI by default, only when used
          with --with-python3-stable-abi argument is given

related: #15543

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/configure.ac
src/version.c