diff options
author | Victor Stinner <vstinner@python.org> | 2023-10-17 21:52:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 21:52:58 (GMT) |
commit | e37620edfd77b78b913b5eab55cd91327c3e7fd3 (patch) | |
tree | e6822baf3cfa84f757ab6a6a4c06c7f664f25c83 /Doc/distributing | |
parent | 2ba6f68890cf6d5baec4f98a8c05e76c3b13b816 (diff) | |
download | cpython-e37620edfd77b78b913b5eab55cd91327c3e7fd3.zip cpython-e37620edfd77b78b913b5eab55cd91327c3e7fd3.tar.gz cpython-e37620edfd77b78b913b5eab55cd91327c3e7fd3.tar.bz2 |
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().
Diffstat (limited to 'Doc/distributing')
0 files changed, 0 insertions, 0 deletions