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.

Author LambertDW
Recipients LambertDW, georg.brandl
Date 2008-10-20.19:07:11
SpamBayes Score 0.00236641
Marked as misclassified No
Message-id <1224529633.22.0.844259184987.issue4154@psf.upfronthosting.co.za>
In-reply-to
Content
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

)
History
Date User Action Args
2008-10-20 19:07:13LambertDWsetrecipients: + LambertDW, georg.brandl
2008-10-20 19:07:13LambertDWsetmessageid: <1224529633.22.0.844259184987.issue4154@psf.upfronthosting.co.za>
2008-10-20 19:07:12LambertDWlinkissue4154 messages
2008-10-20 19:07:12LambertDWcreate