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 2008年12月03日 15:12 by exe, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg76828 - (view) | Author: Kandalintsev Alexandre (exe) | Date: 2008年12月03日 15:12 | |
Hello! Doc/includes/noddy.c and all other uses Py_InitModule3 which is removed from py3k. noddy2.c doesn't compile("noddy2.c:16: error: ‘Noddy’ has no member named ‘ob_type’"). |
|||
| msg77027 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年12月05日 15:12 | |
Thanks, fixed in r67578. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:42 | admin | set | github: 48754 |
| 2008年12月05日 15:12:42 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg77027 |
| 2008年12月03日 15:12:24 | exe | create | |