Issue33201
Created on 2018-04-01 19:03 by pitrou, last changed 2018-04-07 16:36 by pitrou. 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) * | 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) * | 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) * | 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) * | 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 |
| 2018-04-07 16:36:00 | pitrou | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-04-07 16:35:37 | pitrou | set | messages: + msg315070 |
| 2018-04-07 16:27:07 | pitrou | set | messages: + msg315069 |
| 2018-04-07 16:21:30 | pitrou | set | pull_requests: + pull_request6117 |
| 2018-04-07 16:15:24 | miss-islington | set | pull_requests: + pull_request6116 |
| 2018-04-07 16:14:11 | pitrou | set | messages: + msg315068 |
| 2018-04-01 19:18:16 | pitrou | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request6048 |
| 2018-04-01 19:03:03 | pitrou | create | |