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 kajiyama
Recipients georg.brandl, kajiyama
Date 2009-08-18.23:48:26
SpamBayes Score 3.4719658e-06
Marked as misclassified No
Message-id <1250639309.85.0.383557872806.issue6732@psf.upfronthosting.co.za>
In-reply-to
Content
Section 2.1.4, "Subclassing other types", of "Extending and Embedding 
the Python Interpreter" (Release: 3.1, Date: June 26, 2009) has a 
complete list of shoddy.c, in which PyInit_shoddy() does not have a 
return statement at the end to return a pointer to the created "shoddy" 
module on success.  Simply adding the missing "return m;" statement 
would be fine.
History
Date User Action Args
2009-08-18 23:48:30kajiyamasetrecipients: + kajiyama, georg.brandl
2009-08-18 23:48:29kajiyamasetmessageid: <1250639309.85.0.383557872806.issue6732@psf.upfronthosting.co.za>
2009-08-18 23:48:27kajiyamalinkissue6732 messages
2009-08-18 23:48:26kajiyamacreate