]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0668: build-error with python3.12 and stable ABI v9.1.0668
authorKen Takata <kentkt@csc.jp>
Sat, 10 Aug 2024 07:44:20 +0000 (09:44 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 10 Aug 2024 07:44:20 +0000 (09:44 +0200)
commit9abd7158d7d10b2b6a6b786c5ef0d428f690e37d
tree0a517d522ac273f3523a2435cb7b14f2dc9a9ef8
parent181fda18e98620144a0e82a5b5a80dc47448af20
patch 9.1.0668: build-error with python3.12 and stable ABI

Problem:  build-error with python3.12 and stable ABI (zdohnal)
Solution: Add type casts, define Py_INCREF for Python3.12 and higher
          (Ken Takata)

fixes: #15460

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/if_py_both.h
src/if_python3.c
src/version.c