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 daniel.urban
Recipients ajaksu2, amaury.forgeotdarc, chris.jerdonek, daniel.urban, ezio.melotti, r.david.murray, ysj.ray
Date 2010-07-22.17:45:02
SpamBayes Score 0.30489397
Marked as misclassified No
Message-id <1279820706.07.0.000466799570873.issue8297@psf.upfronthosting.co.za>
In-reply-to
Content
According to PEP 7 [1], all declarations must be at the top of a block. So you probably should move the "char *mod_name_str" and "PyModuleObject *module" declarations to the beginning of the function's body.

[1] http://www.python.org/dev/peps/pep-0007/
History
Date User Action Args
2010-07-22 17:45:06daniel.urbansetrecipients: + daniel.urban, amaury.forgeotdarc, ajaksu2, ezio.melotti, r.david.murray, chris.jerdonek, ysj.ray
2010-07-22 17:45:06daniel.urbansetmessageid: <1279820706.07.0.000466799570873.issue8297@psf.upfronthosting.co.za>
2010-07-22 17:45:02daniel.urbanlinkissue8297 messages
2010-07-22 17:45:02daniel.urbancreate