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: Fix struct code after forward declaration on ctypes doc
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, sandro.tosi
Priority: normal Keywords: patch

Created on 2011-07-31 22:47 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ctypes_fwd_declaration-default.patch sandro.tosi, 2011-07-31 22:47 review
Messages (2)
msg141480 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-07-31 22:47
Hello, following up http://mail.python.org/pipermail/docs/2011-July/004974.html here's a patch (applicable on 2.7, 3.2 and 3.3) to fix the struct declaration in the "forward declaration" example.
msg141565 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-08-02 14:47
New changeset 2aa8dd4df650 by Sandro Tosi in branch '2.7':
#12670: Fix struct code after forward declaration on ctypes doc
http://hg.python.org/cpython/rev/2aa8dd4df650

New changeset 25dd1d3f4b88 by Sandro Tosi in branch '3.2':
#12670: Fix struct code after forward declaration on ctypes doc
http://hg.python.org/cpython/rev/25dd1d3f4b88

New changeset 01192d30365a by Sandro Tosi in branch 'default':
#12670: merge with 3.2
http://hg.python.org/cpython/rev/01192d30365a
History
Date User Action Args
2022-04-11 14:57:20adminsetgithub: 56879
2011-08-02 14:57:22sandro.tosisetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2011-08-02 14:47:58python-devsetnosy: + python-dev
messages: + msg141565
2011-07-31 22:47:58sandro.tosicreate