]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
authorVictor Stinner <vstinner@python.org>
Thu, 18 Aug 2022 14:58:38 +0000 (16:58 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2022 14:58:38 +0000 (16:58 +0200)
commitcfaa79aac088284c1eeacddc19ddebe06b55dcf7
treef5f8fcdaa416fc3788cdb260984d96db7cc102b9
parent157aef79b07e07bf115e49cdf5ff25e74c66354e
gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)

The C API documentation now uses the new PyConfig API, rather than
deprecated global configuration variables.
Doc/c-api/intro.rst
Doc/c-api/sys.rst
Doc/c-api/veryhigh.rst
Doc/library/ctypes.rst