[issue4614] Document PyModule_Create()
Martin v. Löwis
report at bugs.python.org
Mon Jan 5 00:14:40 CET 2009
Martin v. Löwis <martin at v.loewis.de> added the comment:
The patch looks about right.
I believe it is a bug that md_state isn't automatically freed; m_free
should be used to release any resources stored inside md_state (or any
other resources that the module might hold). So please remove the note
on releasing md_state.
----------
assignee: loewis -> georg.brandl
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4614>
_______________________________________
More information about the Python-bugs-list
mailing list