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年10月20日 19:07 by LambertDW, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg75001 - (view) | Author: David W. Lambert (LambertDW) | Date: 2008年10月20日 19:07 | |
http://docs.python.org/dev/3.0/extending/extending.html Given that the following paragraph tells us that there should be just one non-static item in the module file, struct PyModuleDef spammodule = should be static struct PyModuleDef spammodule = Possibly this persists into the Demos, that's not available to me right now. Thanks! (perusal---might wish to write static void no_bug static void bug ) |
|||
| msg75005 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年10月20日 21:04 | |
Thanks. Fixed in r66983. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:40 | admin | set | github: 48404 |
| 2008年10月20日 21:04:57 | benjamin.peterson | set | status: open -> closed nosy: + benjamin.peterson resolution: fixed messages: + msg75005 |
| 2008年10月20日 19:07:12 | LambertDW | create | |