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 2012年01月19日 21:56 by torsten, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| structseq_doc.diff | torsten, 2012年01月19日 21:56 | Patch to add documentation for PyStructSequence | review | |
| Messages (2) | |||
|---|---|---|---|
| msg151657 - (view) | Author: Torsten Landschoff (torsten) * | Date: 2012年01月19日 21:56 | |
While writing a C extension I wanted to create a namedtuple like object as os.statvfs and friends do. I was unable to find a simple way to do this from C and was wondering how the posixmodule does it. It turned out that there is a PyStructSequence type for this. It would be nice to have it documented. First draft for the documentation update attached. |
|||
| msg199602 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年10月12日 17:02 | |
New changeset 05dcaf761c7d by Georg Brandl in branch '3.3': Closes #13833: document PyStructSequence C-API functions. http://hg.python.org/cpython/rev/05dcaf761c7d |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:25 | admin | set | github: 58041 |
| 2013年10月12日 17:02:58 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg199602 resolution: fixed stage: patch review -> resolved |
| 2012年02月03日 14:09:52 | eric.araujo | set | nosy:
+ eric.araujo stage: patch review versions: + Python 2.7, Python 3.2 |
| 2012年01月19日 21:56:13 | torsten | create | |