]> git.ipfire.org Git - thirdparty/collectd.git/commit
cpython: fix build with Python 3.11
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Wed, 21 Sep 2022 15:21:58 +0000 (22:21 +0700)
committerMatthias Runge <mrunge@matthias-runge.de>
Tue, 25 Oct 2022 13:40:19 +0000 (15:40 +0200)
commit623e95394e0e62e7f9ced2104b786d21e9c0bf53
tree46b827b44dd8d5e7690f71a60d0bd5f530ca510c
parent2b5e8c85a7253b325ba7b084d7f76eb155475de4
cpython: fix build with Python 3.11

Python 3.11 moves longintrepr.h into cpython sub-directory.
However, in this version, longintrepr.h is always included.
src/cpython.h