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

bpo-34626: Document creating heap types from the C-API #9154

Merged
merged 6 commits into from May 24, 2019

Conversation

encukou
Copy link
Member

@encukou encukou commented Sep 11, 2018

Add missing descriptions of PEP384's PyType_Spec and PyType_Slot,
along with some introductory prose.

https://bugs.python.org/issue34626

Add missing descriptions of PEP384's PyType_Spec and PyType_Slot,
along with some introductory prose.
@encukou
Copy link
Member Author

encukou commented Nov 14, 2018

@serhiy-storchaka, are you still interested in reviewing this?

Doc/c-api/type.rst Outdated Show resolved Hide resolved
Doc/c-api/type.rst Show resolved Hide resolved
Doc/c-api/type.rst Outdated Show resolved Hide resolved
Doc/c-api/type.rst Outdated Show resolved Hide resolved
Doc/c-api/type.rst Outdated Show resolved Hide resolved
Doc/c-api/type.rst Outdated Show resolved Hide resolved
- Move discussion to typeobj.rst (which had XXX's for it!)
- Revert heading change
- Link to Stable ABI docs
- Indent structure members
- Mark up NULLs

etc.
@encukou
Copy link
Member Author

encukou commented Nov 20, 2018

Thanks. I addressed your comments, and added a few more details.

@encukou
Copy link
Member Author

encukou commented May 8, 2019

@serhiy-storchaka, are you still interested in reviewing this?

@encukou
Copy link
Member Author

encukou commented May 24, 2019

I'll merge this. Please add any suggestions as a separate PR.

@encukou encukou merged commit f1e17e9 into python:master May 24, 2019
@encukou encukou deleted the heaptype-docs branch May 24, 2019 09:19
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
bpo-34626: Document creating heap types from the C-API

Add missing descriptions of PEP384's PyType_Spec and PyType_Slot,
along with some introductory prose.
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.

None yet

4 participants