FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-85283: Build resource extension with limited C API by vstinner · Pull Request #110989 · python/cpython · GitHub

/ cpython Public

gh-85283: Build resource extension with limited C API - #110989

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:limited_resource
Oct 17, 2023
Merged

gh-85283: Build resource extension with limited C API#110989
vstinner merged 1 commit into
python:mainfrom
vstinner:limited_resource

Conversation

vstinner commented Oct 17, 2023
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Member
  • Replace PyStructSequence_SET_ITEM() with PyStructSequence_SetItem().
  • Replace PyTuple_GET_SIZE() with PyTuple_Size().
  • Replace PyTuple_GET_ITEM() with PyTuple_GetItem().

📚 Documentation preview 📚: https://cpython-previews--110989.org.readthedocs.build/

* Replace PyStructSequence_SET_ITEM() with
  PyStructSequence_SetItem().
* Replace PyTuple_GET_SIZE() with PyTuple_Size().
* Replace PyTuple_GET_ITEM() with PyTuple_GetItem().
vstinner merged commit e37620e into python:main Oct 17, 2023
vstinner deleted the limited_resource branch October 17, 2023 21:52
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…10989)

* Replace PyStructSequence_SET_ITEM() with
  PyStructSequence_SetItem().
* Replace PyTuple_GET_SIZE() with PyTuple_Size().
* Replace PyTuple_GET_ITEM() with PyTuple_GetItem().
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…10989)

* Replace PyStructSequence_SET_ITEM() with
  PyStructSequence_SetItem().
* Replace PyTuple_GET_SIZE() with PyTuple_Size().
* Replace PyTuple_GET_ITEM() with PyTuple_GetItem().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL