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: Inconsistent '#include' notation in extensions tutorial doc
Type: Stage: patch review
Components: Documentation Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, mhughes
Priority: normal Keywords: patch

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:42adminsetgithub: 87488
2021-03-13 22:21:53mhughessetkeywords: + patch
stage: patch review
pull_requests: + pull_request23612
2021-02-25 16:18:54mhughescreate