[New-bugs-announce] [issue6732] PyInit_shoddy() in shoddy.c does not return anything on success

KAJIYAMA, Tamito report at bugs.python.org
Wed Aug 19 01:48:29 CEST 2009


New submission from KAJIYAMA, Tamito <rd6t-kjym at asahi-net.or.jp>:

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.

----------
assignee: georg.brandl
components: Documentation
messages: 91720
nosy: georg.brandl, kajiyama
severity: normal
status: open
title: PyInit_shoddy() in shoddy.c does not return anything on success
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6732>
_______________________________________


More information about the New-bugs-announce mailing list