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年06月22日 18:11 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg163449 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年06月22日 18:11 | |
In PEP 384, the PyType_Spec struct has a "const char *doc" that is not present in the implementation (Include/object.h). |
|||
| msg163460 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2012年06月22日 18:58 | |
It's a bug in the PEP: users need to provide the module documentation through Py_tp_doc (which actually is mentioned in the PEP). I'll fix it. |
|||
| msg365507 - (view) | Author: Furkan Onder (furkanonder) * | Date: 2020年04月01日 20:30 | |
It fixed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:31 | admin | set | github: 59345 |
| 2020年04月01日 20:36:17 | gvanrossum | set | status: open -> closed resolution: fixed stage: needs patch -> resolved |
| 2020年04月01日 20:30:07 | furkanonder | set | nosy:
+ furkanonder messages: + msg365507 |
| 2013年08月07日 09:13:37 | belopolsky | link | issue15787 dependencies |
| 2012年06月22日 18:58:03 | loewis | set | messages: + msg163460 |
| 2012年06月22日 18:11:27 | pitrou | create | |