-
-
Couldn't load subscription status.
- Fork 33.3k
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
Conversation
The structure definition for `PyTypeObject` is in `Include/cpython/object.h`, not in `Include/object.h`.
There was a problem hiding this 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 :-)
|
Thanks @koyuki7w for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
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]>
|
GH-131458 is a backport of this pull request to the 3.13 branch. |
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]>
|
GH-131459 is a backport of this pull request to the 3.12 branch. |
…) (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]>
…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]>
…) (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]>
The structure definition for `PyTypeObject` is in `Include/cpython/object.h`, not in `Include/object.h`.
The structure definition for
PyTypeObjectis inInclude/cpython/object.h, not inInclude/object.h.📚 Documentation preview 📚: https://cpython-previews--130936.org.readthedocs.build/en/130936/c-api/typeobj.html#pytypeobject-definition