Skip to content
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

[3.12] gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813) #110823

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 13, 2023

  • Cover the offset fields first
  • Mention the old alternative for MANAGED flags, which is needed
    to support older Pythons
  • De-emphasize the internal flags: use an inline list.
  • Add a note to PyMemberDef saying what to do with it
  • Remove an older draft...
    (cherry picked from commit 2ab34f0)

Co-authored-by: Petr Viktorin encukou@gmail.com


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

…ythonGH-110813)

* pythongh-110803: Reorganize docs for what PyType_Slot doesn't cover

- Cover the offset fields first
- Mention the old alternative for MANAGED flags, which is needed
  to support older Pythons
- De-emphasize the internal flags: use an inline list.
- Add a note to PyMemberDef saying what to do with it

* Remove an older draft...
(cherry picked from commit 2ab34f0)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels Oct 13, 2023
@willingc willingc enabled auto-merge (squash) October 13, 2023 12:52
@willingc willingc merged commit f2e353b into python:3.12 Oct 13, 2023
25 of 26 checks passed
@miss-islington miss-islington deleted the backport-2ab34f0-3.12 branch October 13, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants