]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Build resource extension with limited C API (#110989)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Oct 2023 21:52:58 +0000 (23:52 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 21:52:58 +0000 (23:52 +0200)
commite37620edfd77b78b913b5eab55cd91327c3e7fd3
treee6822baf3cfa84f757ab6a6a4c06c7f664f25c83
parent2ba6f68890cf6d5baec4f98a8c05e76c3b13b816
gh-85283: Build resource extension with limited C API (#110989)

* Replace PyStructSequence_SET_ITEM() with
  PyStructSequence_SetItem().
* Replace PyTuple_GET_SIZE() with PyTuple_Size().
* Replace PyTuple_GET_ITEM() with PyTuple_GetItem().
Doc/whatsnew/3.13.rst
Misc/NEWS.d/next/Build/2023-10-17-01-56-11.gh-issue-85283.V156T2.rst
Modules/clinic/resource.c.h
Modules/resource.c