Message75001
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
) |
|
| Date |
User |
Action |
Args |
| 2008-10-20 19:07:13 | LambertDW | set | recipients:
+ LambertDW, georg.brandl |
| 2008-10-20 19:07:13 | LambertDW | set | messageid: <[email protected]> |
| 2008-10-20 19:07:12 | LambertDW | link | issue4154 messages |
| 2008-10-20 19:07:12 | LambertDW | create | |
|