`tp_versions_used` was added to `PyTypeObject` but is not documented
Open
Nobody has claimed this yet.
3.14
3.15
docs
topic-C-API
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 35.9k
- PR merge metrics
- PR metrics pending
Description
Documentation
PR #114900 added tp_versions_used as a new field for _typeobject, and tp slots section of PyTypeObject should be updated.
Linked PRs
- gh-132335
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the C API documentation's PyTypeObject tp slots section referenced in the issue and compare it with the tp_versions_used field added by PR #114900. Update that section to document the field, then verify the rendered documentation and check linked PR #132335 for existing work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100