Issue 43322: Inconsistent '#include' notation in extensions tutorial doc
Issue43322
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.
Created on 2021-02-25 16:18 by mhughes, last changed 2022-04-11 14:59 by admin.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 24851 | closed | mhughes, 2021-03-13 22:21 | |
| Messages (1) | |||
|---|---|---|---|
| msg387679 - (view) | Author: Matthew Hughes (mhughes) * | Date: 2021-02-25 16:18 | |
Just a small thing in these docs, there is a mix of "#include <structmember.h>", e.g. https://github.com/python/cpython/blame/master/Doc/extending/newtypes_tutorial.rst#L243 and '#include "structmember.h"', mostly in the included samples e.g. https://github.com/python/cpython/blob/master/Doc/includes/custom2.c#L3. Should these all be the same? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:42 | admin | set | github: 87488 |
| 2021-03-13 22:21:53 | mhughes | set | keywords:
+ patch stage: patch review pull_requests: + pull_request23612 |
| 2021-02-25 16:18:54 | mhughes | create | |