This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Modernize "Extension types" documentation
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, pitrou
Priority: normal Keywords: patch

Created on 2018-04-01 19:03 by pitrou, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6337 merged pitrou, 2018-04-01 19:18
PR 6411 merged miss-islington, 2018-04-07 16:15
PR 6412 merged pitrou, 2018-04-07 16:21
Messages (4)
msg314782 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2018-04-01 19:03
The "Defining New Types" in the C extension docs uses outdated idioms (e.g. pre-C99 struct initialization) and could do with a good refresh.
msg315068 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2018-04-07 16:14
New changeset 1d80a561734b9932961c546b0897405a3bfbf3e6 by Antoine Pitrou in branch 'master':
bpo-33201: Modernize "Extension types" doc (GH-6337)
https://github.com/python/cpython/commit/1d80a561734b9932961c546b0897405a3bfbf3e6
msg315069 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2018-04-07 16:27
New changeset 31f1b52f1f6c2d84eacf3c6db3f6b9adf04b675e by Antoine Pitrou (Miss Islington (bot)) in branch '3.7':
bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6411)
https://github.com/python/cpython/commit/31f1b52f1f6c2d84eacf3c6db3f6b9adf04b675e
msg315070 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2018-04-07 16:35
New changeset b603609e9dd19268b61b52e701cc0ee8e86784c5 by Antoine Pitrou in branch '3.6':
[3.6] bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6412)
https://github.com/python/cpython/commit/b603609e9dd19268b61b52e701cc0ee8e86784c5
History
Date User Action Args
2022-04-11 14:58:59adminsetgithub: 77382
2018-04-07 16:36:00pitrousetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-04-07 16:35:37pitrousetmessages: + msg315070
2018-04-07 16:27:07pitrousetmessages: + msg315069
2018-04-07 16:21:30pitrousetpull_requests: + pull_request6117
2018-04-07 16:15:24miss-islingtonsetpull_requests: + pull_request6116
2018-04-07 16:14:11pitrousetmessages: + msg315068
2018-04-01 19:18:16pitrousetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request6048
2018-04-01 19:03:03pitroucreate