]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105373: Remove C API global config vars in Python 3.14 (#106538)
authorVictor Stinner <vstinner@python.org>
Fri, 7 Jul 2023 23:49:20 +0000 (01:49 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jul 2023 23:49:20 +0000 (01:49 +0200)
commitffe70c4d1c85f07d9b92bf0673e715fdaa2526ed
treed9408939af80404f159dcea8d9ba419e6d3831f8
parent1b2938122d0bb97e802881321cf3ac87bb2bfaef
gh-105373: Remove C API global config vars in Python 3.14 (#106538)

Schedule the removal of C API global configuration variables in
Python 3.14. Announce the removal to help C extension maintainers to
upgrade their code.
Doc/c-api/init.rst
Doc/whatsnew/3.13.rst