Skip to content

Docs: Fix documentation for "PyTypeObject Definition" #130936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

koyuki7w
Copy link
Contributor

@koyuki7w koyuki7w commented Mar 7, 2025

The structure definition for PyTypeObject is in Include/cpython/object.h, not in Include/object.h.


📚 Documentation preview 📚: https://cpython-previews--130936.org.readthedocs.build/en/130936/c-api/typeobj.html#pytypeobject-definition

The structure definition for `PyTypeObject` is in `Include/cpython/object.h`,
not in `Include/object.h`.
Copy link
Contributor

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing else left to do here, looks good to go :-)

@encukou encukou merged commit a0478c9 into python:main Mar 19, 2025
43 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Mar 19, 2025
@miss-islington-app
Copy link

Thanks @koyuki7w for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 19, 2025
The structure definition for `PyTypeObject` is in `Include/cpython/object.h`,
not in `Include/object.h`.
(cherry picked from commit a0478c9)

Co-authored-by: Yuki Kobayashi <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Mar 19, 2025

GH-131458 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Mar 19, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 19, 2025
The structure definition for `PyTypeObject` is in `Include/cpython/object.h`,
not in `Include/object.h`.
(cherry picked from commit a0478c9)

Co-authored-by: Yuki Kobayashi <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Mar 19, 2025

GH-131459 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Mar 19, 2025
@koyuki7w koyuki7w deleted the doc-fix-1 branch March 19, 2025 23:16
encukou pushed a commit that referenced this pull request Mar 20, 2025
…) (GH-131458)

The structure definition for `PyTypeObject` is in `Include/cpython/object.h`,
not in `Include/object.h`.
(cherry picked from commit a0478c9)

Co-authored-by: Yuki Kobayashi <[email protected]>
AA-Turner pushed a commit to AA-Turner/cpython that referenced this pull request Mar 20, 2025
…H-130936) (pythonGH-131459)

The structure definition for `PyTypeObject` is in `Include/cpython/object.h`,
not in `Include/object.h`.
(cherry picked from commit a0478c9)

Co-authored-by: Yuki Kobayashi <[email protected]>
encukou pushed a commit that referenced this pull request Mar 24, 2025
…) (GH-131459)

The structure definition for `PyTypeObject` is in `Include/cpython/object.h`,
not in `Include/object.h`.
(cherry picked from commit a0478c9)

Co-authored-by: Yuki Kobayashi <[email protected]>
seehwan pushed a commit to seehwan/cpython that referenced this pull request Apr 16, 2025
The structure definition for `PyTypeObject` is in `Include/cpython/object.h`,
not in `Include/object.h`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants