]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Build _scproxy extension with limited C API (#111008)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Oct 2023 22:32:53 +0000 (00:32 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 22:32:53 +0000 (22:32 +0000)
commit7029c1a1c5b864056aa00298b1d0e0269f073f99
tree20b3a26eea88e5ebb22e9f2f5c0328e2b8016c9f
parenta53d7cb6729dc3f254b70afcf19eaf71a2eed540
gh-85283: Build _scproxy extension with limited C API (#111008)

* Replace Py_SETREF(v, NULL) with Py_CLEAR(v).
* Reformat the code.
Doc/whatsnew/3.13.rst
Misc/NEWS.d/next/Build/2023-10-17-01-56-11.gh-issue-85283.V156T2.rst
Modules/_scproxy.c