Christian Heimes <[EMAIL PROTECTED]> added the comment:

The state (md_state) is set to NULL in PyModule_New(name). However
PyModule_Create(mod) allocates memory iff the module size (m_size) isn't 0.

----------
components: +Documentation
nosy: +christian.heimes
priority:  -> critical

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3740>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to